Minor fixes to allow code to compile.
This commit is contained in:
parent
ad766d8b10
commit
d8e96b2359
|
@ -57,7 +57,6 @@ public class GameActivity extends Activity implements OnClickListener {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
//TODO: Stub
|
//TODO: Stub
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,6 @@ public class MenuActivity extends Activity implements OnClickListener {
|
||||||
LoggingAndStatistics.logDeviceAndSystemInfo();
|
LoggingAndStatistics.logDeviceAndSystemInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
// Determine which view fired off this event.
|
// Determine which view fired off this event.
|
||||||
switch (view.getId()) {
|
switch (view.getId()) {
|
||||||
|
|
Loading…
Reference in New Issue