Remove obsolete menu items

This commit is contained in:
fkloft
2013-09-22 21:46:11 +02:00
parent 358c809d07
commit 2fb0aa7a12
4 changed files with 8 additions and 98 deletions

View File

@ -226,13 +226,13 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnNa
@Override
public void onDrawerClosed(View drawerView) {
// TODO Auto-generated method stub
// TODO change menu? (via invalidateOptionsMenu)
super.onDrawerClosed(drawerView);
}
@Override
public void onDrawerOpened(View drawerView) {
// TODO Auto-generated method stub
// TODO change menu? (via invalidateOptionsMenu)
super.onDrawerOpened(drawerView);
}