Minor fixes to allow code to compile.

This commit is contained in:
Dorian 2012-05-08 21:30:58 -04:00
parent ad766d8b10
commit d8e96b2359
2 changed files with 0 additions and 2 deletions

View File

@ -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
} }

View File

@ -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()) {