Remove unused and unneeded getPort() method.

This commit is contained in:
Bryce Curtis 2010-11-12 12:53:34 -06:00
parent 102745875c
commit 9798de7efa

View File

@ -544,15 +544,6 @@ public class DroidGap extends PhonegapActivity {
this.callbackServer.sendJavascript(statement);
}
/**
* Get the port that the callback server is listening on.
*
* @return
*/
public int getPort() {
return this.callbackServer.getPort();
}
/**
* Provides a hook for calling "alert" from javascript. Useful for
* debugging your javascript.