Remove FrameMain::menuCreated
Originally committed to SVN as r5214.
This commit is contained in:
parent
6c0db27fac
commit
778338fa2b
2 changed files with 0 additions and 4 deletions
|
@ -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");
|
||||||
|
|
|
@ -104,9 +104,6 @@ private:
|
||||||
/// DOCME
|
/// DOCME
|
||||||
bool HasSelection;
|
bool HasSelection;
|
||||||
|
|
||||||
/// DOCME
|
|
||||||
bool menuCreated;
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
wxTimer AutoSave;
|
wxTimer AutoSave;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue