Removed menu option quit.

This commit is contained in:
Armin Novak 2014-06-23 16:20:28 +02:00
parent 1f92758f2b
commit e26c3f6bfc
1 changed files with 0 additions and 4 deletions

View File

@ -363,10 +363,6 @@ public class HomeActivity extends Activity
Intent helpIntent = new Intent(this, HelpActivity.class);
startActivity(helpIntent);
}
else if (itemId == R.id.exit)
{
finish();
}
else if (itemId == R.id.about)
{
Intent aboutIntent = new Intent(this, AboutActivity.class);