Also commit leftover

live-sensor-data
cpfeiffer 2015-05-10 21:19:24 +02:00
parent c89bba0cba
commit be52724fdd
1 changed files with 0 additions and 3 deletions

View File

@ -166,9 +166,6 @@ public class ControlCenter extends Activity {
Intent quitIntent = new Intent(ControlCenter.ACTION_QUIT);
LocalBroadcastManager.getInstance(this).sendBroadcast(quitIntent);
return true;
case R.id.action_refresh:
refreshPairedDevices();
return true;
case R.id.action_discover:
Intent discoverIntent = new Intent(this, DiscoveryActivity.class);
startActivity(discoverIntent);