We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae71e commit 98d2945Copy full SHA for 98d2945
library/src/main/java/com/github/ahmadaghazadeh/editor/widget/CodeEditor.java
@@ -37,10 +37,6 @@ public class CodeEditor extends FrameLayout {
37
int preHeight = 0;
38
private Context context;
39
40
- public TextProcessor getTextProcessor() {
41
- return editor;
42
- }
43
-
44
private TextProcessor editor;
45
private Language language;
46
private LinesCollection lineNumbers;
0 commit comments