]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / inseterror.C
index dbca5c1222b1ece0c93b97abeac04551daa5acf1..b32c8880584f76273a2a466cc94df5f8c878ce2c 100644 (file)
@@ -41,11 +41,11 @@ InsetError::~InsetError()
 
 dispatch_result InsetError::localDispatch(FuncRequest const & cmd)
 {
-       dispatch_result result = UNDISPATCHED;
+       // UNUSED: dispatch_result result = UNDISPATCHED;
 
        switch (cmd.action) {
-       case LFUN_MOUSE_RELEASE: 
-       case LFUN_INSET_EDIT: 
+       case LFUN_MOUSE_RELEASE:
+       case LFUN_INSET_EDIT:
                cmd.view()->owner()->getDialogs().show("error", getContents(), this);
                return DISPATCHED;