diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-04-22 15:29:51 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-04-22 15:29:51 +0530 |
commit | 8189e28319bc80a4fc294470929ebaef9da324ab (patch) | |
tree | f49e1357e686da53a9373b8b2260e6accca717c1 | |
parent | 9dc1f6cc37b77067559b7c8506d7f5f15468f4eb (diff) |
Remove copy-pasto comment
-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(); |