]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlError.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlError.h
index e296b54a16828e09b5e127dc7f5e8207a194318a..c4505a1f9bc74502466eeae7d6f87a005c76a374 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file ControlError.h
  * This file is part of
@@ -36,8 +37,6 @@ private:
        virtual void applyParamsToInset() {}
        /// 
        virtual void applyParamsNoInset() {}
-       /// 
-       virtual void clearDaughterParams() {}
        /// get the parameters from the string passed to createInset.
        virtual string const getParams(string const &) { return string(); }
        /// get the parameters from the inset passed to showInset.