mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
get rid of useless debug output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24870 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
034cccd008
commit
3e92432049
@ -228,7 +228,6 @@ void InsetListings::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
bool InsetListings::getStatus(Cursor & cur, FuncRequest const & cmd,
|
bool InsetListings::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||||
FuncStatus & status) const
|
FuncStatus & status) const
|
||||||
{
|
{
|
||||||
LYXERR0("CURSOR SIZE: " << cur.depth());
|
|
||||||
switch (cmd.action) {
|
switch (cmd.action) {
|
||||||
case LFUN_INSET_DIALOG_UPDATE:
|
case LFUN_INSET_DIALOG_UPDATE:
|
||||||
status.enabled(true);
|
status.enabled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user