diff options
-rw-r--r-- | src/org/pulseaudio/outputswitcher/OutputSwitcher.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/org/pulseaudio/outputswitcher/OutputSwitcher.java b/src/org/pulseaudio/outputswitcher/OutputSwitcher.java index dd530e1..74d0018 100644 --- a/src/org/pulseaudio/outputswitcher/OutputSwitcher.java +++ b/src/org/pulseaudio/outputswitcher/OutputSwitcher.java @@ -61,10 +61,6 @@ public class OutputSwitcher extends Activity implements CompoundButton.OnChecked wifiLock.setReferenceCounted(false); } - /* A native method that is implemented by the - * 'hello-jni' native library, which is packaged - * with this application. - */ public native boolean switchToNetwork(String serverName); public native boolean switchToLocal(); |