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) , showVideo(true)
, showAudio(true) , showAudio(true)
, HasSelection(false) , HasSelection(false)
, menuCreated(false)
, blockVideoLoad(false) , blockVideoLoad(false)
{ {
StartupLog("Entering FrameMain constructor"); StartupLog("Entering FrameMain constructor");

View file

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