]> 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 ab4cffdffedffbcbf3e0fa2a5026c7a1dd2b3c1e..0b0d94b6c13b1ba79e8d3cfd71d689b2ecdc1c54 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -23,8 +24,7 @@
 
 /** A controller for Bibitem dialogs.
  */
-class ControlBibitem : public ControlCommand
-{
+class ControlBibitem : public ControlCommand {
 public:
        ///
        ControlBibitem(LyXView &, Dialogs &);
@@ -34,8 +34,6 @@ private:
        virtual void applyParamsToInset();
        /// not needed.
        virtual void applyParamsNoInset() {}
-       /// not needed.
-       virtual void clearDaughterParams() {}
 };
 
 #endif // CONTROLBIBITEM_H