From 8189e28319bc80a4fc294470929ebaef9da324ab Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 22 Apr 2012 15:29:51 +0530 Subject: Remove copy-pasto comment --- src/org/pulseaudio/outputswitcher/OutputSwitcher.java | 4 ---- 1 file changed, 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(); -- cgit v1.2.3