Remove FrameMain::menuCreated

Originally committed to SVN as r5214.
This commit is contained in:
Thomas Goyne 2011-01-16 07:17:29 +00:00
parent 6c0db27fac
commit 778338fa2b
2 changed files with 0 additions and 4 deletions

View File

@ -107,7 +107,6 @@ FrameMain::FrameMain (wxArrayString args)
, showVideo(true)
, showAudio(true)
, HasSelection(false)
, menuCreated(false)
, blockVideoLoad(false)
{
StartupLog("Entering FrameMain constructor");

View File

@ -104,9 +104,6 @@ private:
/// DOCME
bool HasSelection;
/// DOCME
bool menuCreated;
/// DOCME
wxTimer AutoSave;