Merge "Remove unused CodeMirror methods"

This commit is contained in:
Shawn Pearce 2013-12-27 18:50:13 +00:00 committed by Gerrit Code Review
commit 4a2e985687

View File

@ -277,26 +277,14 @@ public class CodeMirror extends JavaScriptObject {
this.focus(); this.focus();
}-*/; }-*/;
public final native int lineCount() /*-{
return this.lineCount();
}-*/;
public final native Element getGutterElement() /*-{ public final native Element getGutterElement() /*-{
return this.getGutterElement(); return this.getGutterElement();
}-*/; }-*/;
public final native Element getScrollerElement() /*-{
return this.getScrollerElement();
}-*/;
public final native Element getSizer() /*-{ public final native Element getSizer() /*-{
return this.display.sizer; return this.display.sizer;
}-*/; }-*/;
public final native Element getInputField() /*-{
return this.getInputField();
}-*/;
public final native Element getScrollbarV() /*-{ public final native Element getScrollbarV() /*-{
return this.display.scrollbarV; return this.display.scrollbarV;
}-*/; }-*/;