]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormToc.h
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / FormToc.h
index 32b8e25129b995213add022fa123cb9569b40e29..b03363a1330e7480559c27a9e8f4775dd472bd54 100644 (file)
@@ -1,3 +1,6 @@
+// THIS FILE IS NOT IN USE DUE TO API CHANGES.
+#include "frontends/xforms/FormToc.h"
+#if 0
 // -*- C++ -*-
 /* This file is part of
  * ====================================================== 
@@ -18,7 +21,6 @@
 
 #include "DialogBase.h"
 #include "LString.h"
-#include "boost/utility.hpp"
 #include "insets/insetcommand.h"
 #include "buffer.h"
 
@@ -28,7 +30,7 @@
 
 /** This class provides an Gnome implementation of the FormToc Dialog.
  */
-class FormToc : public DialogBase, public noncopyable {
+class FormToc : public DialogBase {
 public:
   ///
   FormToc(LyXView *, Dialogs *);
@@ -85,3 +87,4 @@ private:
 };
 
 #endif
+#endif