1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

AndroidGCS: Suppress some warnings from Controller.java

This commit is contained in:
James Cotton 2012-08-26 22:05:53 -05:00
parent 120f9298b4
commit 846f488eb1

View File

@ -70,7 +70,6 @@ public class Controller extends ObjectManagerActivity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.controller);
TextView manualView = (TextView) findViewById(R.id.manualControlValues);
}
Observer settingsUpdated = new Observer() {