]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
adjust
[lyx.git] / src / LyXFunc.h
index 6dc89890bd7b0c6c5d9b953d976d4701012c20f8..35f29388b6dd3afd64b27aa9243f689f9cf819d7 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "support/docstring.h"
 
-#include <boost/signals/trackable.hpp>
-
 namespace lyx {
 
 class Buffer;
@@ -42,7 +40,8 @@ class LyXView;
     keyboard or from the GUI. All GUI objects, including buttons and
     menus should use this class and never call kernel functions directly.
 */
-class LyXFunc : public boost::signals::trackable {
+class LyXFunc
+{
 public:
        ///
        explicit LyXFunc();