Hashtags: Remove unused Result static class

Change-Id: I0751917747f8d2f08d82bb3d9d7adadd462f095f
This commit is contained in:
David Pursehouse
2016-05-12 15:59:59 +09:00
parent 6f189036dc
commit b8e6e3bd54

View File

@@ -265,12 +265,4 @@ public class Hashtags extends Composite {
protected PostInput() {
}
}
public static class Result extends JavaScriptObject {
public final native JsArrayString hashtags() /*-{ return this.hashtags; }-*/;
public final native String error() /*-{ return this.error; }-*/;
protected Result() {
}
}
}