altosdroid: remove TelemetryService activities
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosDroid.java
index 29d72d95a095a6faeaf1299b624d2be936c785f0..92ba55878632f6f9c549ce42c223a977b4f051da 100644 (file)
@@ -321,14 +321,6 @@ public class AltosDroid extends Activity {
        public boolean onOptionsItemSelected(MenuItem item) {
                Intent serverIntent = null;
                switch (item.getItemId()) {
-        case R.id.telemetry_service_control:
-            serverIntent = new Intent(this, TelemetryServiceActivities.Controller.class);
-            startActivity(serverIntent);
-            return true;
-        case R.id.telemetry_service_bind:
-            serverIntent = new Intent(this, TelemetryServiceActivities.Binding.class);
-            startActivity(serverIntent);
-            return true;
                case R.id.connect_scan:
                        // Launch the DeviceListActivity to see devices and do scan
                        serverIntent = new Intent(this, DeviceListActivity.class);