]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCitation.cpp
Remove methods marked for removal from InsetCommandParams. Yeah, we can do that now...
[features.git] / src / insets / InsetCitation.cpp
index 8b60d254f7f726b5408a1f28d8655877ac148754..d224c5dd4945af5d40feea79ad36dca325589aee 100644 (file)
@@ -536,14 +536,4 @@ void InsetCitation::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetCitation::replaceContents(string const & from, string const & to)
-{
-       if (tokenPos(getContents(), ',', from) != -1) {
-               vector<string> items = getVectorFromString(getContents());
-               std::replace(items.begin(), items.end(), from, to);
-               setContents(getStringFromVector(items));
-       }
-}
-
-
 } // namespace lyx