]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormToc.h
Michael's latest batch of new gnome files.
[lyx.git] / src / frontends / gnome / FormToc.h
index 32b8e25129b995213add022fa123cb9569b40e29..944b0e2c1490c63ede4f6b1a896dd1866b325b46 100644 (file)
@@ -1,4 +1,8 @@
 // -*- C++ -*-
+// 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 +22,6 @@
 
 #include "DialogBase.h"
 #include "LString.h"
-#include "boost/utility.hpp"
 #include "insets/insetcommand.h"
 #include "buffer.h"
 
@@ -28,7 +31,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 +88,4 @@ private:
 };
 
 #endif
+#endif