]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.cpp
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetLabel.cpp
index 96212d4b9f3f46ba299cabcba28b7527d243184b..3c577eb2c4002f048520a70be8f1acb7c6b778cf 100644 (file)
@@ -92,12 +92,6 @@ ParamInfo const & InsetLabel::findInfo(string const & /* cmdName */)
 }
 
 
-void InsetLabel::getLabelList(vector<docstring> & list) const
-{
-       list.push_back(getParam("name"));
-}
-
-
 docstring InsetLabel::screenLabel() const
 {
        return screen_label_;