]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlBibitem.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlBibitem.h
index 6a852cbe0927f561de4a39e1117614b60c72241a..0b0d94b6c13b1ba79e8d3cfd71d689b2ecdc1c54 100644 (file)
@@ -24,8 +24,7 @@
 
 /** A controller for Bibitem dialogs.
  */
-class ControlBibitem : public ControlCommand
-{
+class ControlBibitem : public ControlCommand {
 public:
        ///
        ControlBibitem(LyXView &, Dialogs &);
@@ -35,8 +34,6 @@ private:
        virtual void applyParamsToInset();
        /// not needed.
        virtual void applyParamsNoInset() {}
-       /// not needed.
-       virtual void clearDaughterParams() {}
 };
 
 #endif // CONTROLBIBITEM_H