Author: sanda
Date: Sun Nov  7 19:45:26 2010
New Revision: 36195
URL: http://www.lyx.org/trac/changeset/36195

Log:
Squash warning

Modified:
   lyx-devel/trunk/src/insets/InsetTabular.cpp

Modified: lyx-devel/trunk/src/insets/InsetTabular.cpp
==============================================================================
--- lyx-devel/trunk/src/insets/InsetTabular.cpp Sun Nov  7 18:38:39 2010        
(r36194)
+++ lyx-devel/trunk/src/insets/InsetTabular.cpp Sun Nov  7 19:45:26 2010        
(r36195)
@@ -1133,8 +1133,7 @@
 }
 
 
-bool Tabular::setMROffset(Cursor & cur, idx_type cell,
-               Length const & mroffset)
+bool Tabular::setMROffset(Cursor &, idx_type cell, Length const & mroffset)
 {
        cellInfo(cell).mroffset = mroffset;
        return true;

Reply via email to