altosdroid: Fix a pile of compile warnings
[fw/altos] / altosdroid / app / src / main / java / org / altusmetrum / AltosDroid / MapTypeActivity.java
index f5d8425261e3081bb2623bcb5902e3ee7993cc60..f4a6da1c6958c8c77b6cf02d83e257ebdfa78a16 100644 (file)
@@ -62,7 +62,6 @@ public class MapTypeActivity extends Activity {
                super.onCreate(savedInstanceState);
 
                // Setup the window
-               requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
                setContentView(R.layout.map_type);
 
                hybrid = (Button) findViewById(R.id.map_type_hybrid);