]> git.lyx.org Git - features.git/commit
Remove the 'running' booleans quit and optional
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 13 May 2013 09:21:53 +0000 (11:21 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 13 May 2013 09:37:26 +0000 (11:37 +0200)
commited5585966b457a2574e36fe20badcf3ef948a38a
tree9056bd12a909bc6992204166238e9e7f8c2f4061
parenta033b88a37759c9f72bb0d73c702c7a22027de1f
Remove the 'running' booleans quit and optional

Reason for this 'cleanup' is the strange "optional = false" lines at the
end of the "case md_item" and "case md_subitem". Then, it is nicer to
directly use the value of the switch to be the running variable and to use
this to determine whether an item is optional and whether we should quit.
src/frontends/qt4/Menus.cpp