]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
fix nullstream also in pch files
[lyx.git] / src / tabular.C
index 10e8d938fc374924dfa8a4875a2fde4d344d5b23..212431cbb853936f54030a89bc002fff06bd89e2 100644 (file)
@@ -2607,15 +2607,6 @@ void LyXTabular::validate(LaTeXFeatures & features) const
 }
 
 
-void LyXTabular::getLabelList(Buffer const & buffer,
-                             std::vector<string> & list) const
-{
-       for (row_type i = 0; i < rows_; ++i)
-               for (col_type j = 0; j < columns_; ++j)
-                       getCellInset(i, j)->getLabelList(buffer, list);
-}
-
-
 LyXTabular::BoxType LyXTabular::useParbox(idx_type cell) const
 {
        ParagraphList const & parlist = getCellInset(cell)->paragraphs();