From e873e7c0a9ad525015b9179c1c9264f4479202be Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 4 Jan 2007 09:35:44 +0000 Subject: [PATCH] * src/mathed/InsetMathNest.C (InsetMathNest::lfunMouseRelease): Remove commented call of theSelection->put(), since that should never be called from the kernel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16491 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNest.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mathed/InsetMathNest.C b/src/mathed/InsetMathNest.C index e57399c496..8ba3489474 100644 --- a/src/mathed/InsetMathNest.C +++ b/src/mathed/InsetMathNest.C @@ -1212,7 +1212,6 @@ void InsetMathNest::lfunMouseRelease(LCursor & cur, FuncRequest & cmd) //lyxerr << "## lfunMouseRelease: buttons: " << cmd.button() << endl; if (cmd.button() == mouse_button::button1) { - //theSelection().put(cur.grabSelection()); if (!cur.selection()) cur.noUpdate(); return; -- 2.39.5