mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
AndroidGCS: Suppress some warnings from Controller.java
This commit is contained in:
parent
d2a12d8bd5
commit
d61a649491
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user