]> git.lyx.org Git - features.git/commitdiff
This routine does even less. Bye bye.
authorRichard Heck <rgheck@comcast.net>
Thu, 5 Feb 2009 22:02:15 +0000 (22:02 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 5 Feb 2009 22:02:15 +0000 (22:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28367 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetFlex.cpp
src/insets/InsetFlex.h

index 3b34be760a9769675bfdcccc2cb89fdf8f5b8126..5931bb4eba2584fdabe7b2a4b3b944257a25eff4 100644 (file)
@@ -61,12 +61,6 @@ void InsetFlex::write(ostream & os) const
 }
 
 
-int InsetFlex::plaintext(odocstream & os, OutputParams const & runparams) const
-{
-       return InsetText::plaintext(os, runparams);
-}
-
-
 int InsetFlex::docbook(odocstream & os, OutputParams const & runparams) const
 {
        ParagraphList::const_iterator const beg = paragraphs().begin();
index bdf59f0feded129b2a07cd0ac5a08747d0c1a797..4b70aba2aa3a464ef82c0e57d51e22cc5230a254 100644 (file)
@@ -34,8 +34,6 @@ public:
        ///
        void write(std::ostream &) const;
 
-       ///
-       int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// the string that is passed to the TOC