Bug 733896 - Together with 580381e2805c, this completely backs out b520f34d78f1 and 4f5bd60be09e. r=ehsan

This commit is contained in:
Kartikaya Gupta
2012-03-12 14:42:37 -04:00
parent eb1643506a
commit 89fb8ab1c5
4 changed files with 0 additions and 46 deletions

View File

@@ -495,8 +495,6 @@ public:
Init(aResizeEvent);
}
~AndroidGeckoEvent();
void Init(JNIEnv *jenv, jobject jobj);
void Init(int aType);
void Init(int x1, int y1, int x2, int y2);
@@ -536,7 +534,6 @@ public:
nsGeoPositionAddress* GeoAddress() { return mGeoAddress; }
double Bandwidth() { return mBandwidth; }
bool CanBeMetered() { return mCanBeMetered; }
void DoCallback(const nsAString& data);
protected:
int mAction;
@@ -616,8 +613,6 @@ protected:
static jfieldID jBandwidthField;
static jfieldID jCanBeMeteredField;
static jmethodID jDoCallbackMethod;
public:
enum {