Tracker: get rid of fTrashContextMenu member from DeskWindow...

... as it's useless and shadowing the one in ContainerWindow.
No functional change intended, and none occurs (from my testing).

PVS message V703.
This commit is contained in:
Augustin Cavalier
2015-05-08 13:07:35 -04:00
parent eb8660457a
commit 4bb1fc1791
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -194,7 +194,6 @@ BDeskWindow::BDeskWindow(LockingList<BWindow>* windowList)
| B_NOT_RESIZABLE | B_ASYNCHRONOUS_CONTROLS, B_ALL_WORKSPACES,
false, true),
fDeskShelf(NULL),
fTrashContextMenu(NULL),
fNodeRef(NULL),
fShortcutsSettings(NULL)
{
@@ -395,9 +394,6 @@ BDeskWindow::Quit()
fAddonsList->MakeEmpty(true);
delete fAddonsList;
delete fTrashContextMenu;
fTrashContextMenu = NULL;
delete fDeskShelf;
_inherited::Quit();
}
-1
View File
@@ -83,7 +83,6 @@ private:
BShelf* fDeskShelf;
// shelf for replicant support
BPopUpMenu* fTrashContextMenu;
BRect fOldFrame;