]> git.lyx.org Git - lyx.git/blobdiff - src/tabular-old.C
Remove unused font variable which caused a warning.
[lyx.git] / src / tabular-old.C
index eb6219ea2e569333a96dcd9d4579b57c2fd49140..ec9c0fe9bc2495f9b8d457097ed45efbec610500 100644 (file)
@@ -206,7 +206,7 @@ void LyXTabular::ReadOld(Buffer const * buf, istream & is,
            getTokenValue(line, "special", cell_info[i][j].align_special);
            l_getline(is, line);
            if (prefixIs(line, "\\begin_inset")) {
-               cell_info[i][j].inset.Read(buf, lex);
+               cell_info[i][j].inset.read(buf, lex);
                l_getline(is, line);
            }
            if (line != "</Cell>") {