]> git.lyx.org Git - features.git/commitdiff
cosmetics for unused code...
authorAndré Pönitz <poenitz@gmx.net>
Mon, 1 Oct 2007 22:14:03 +0000 (22:14 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 1 Oct 2007 22:14:03 +0000 (22:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20649 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTheorem.cpp
src/insets/InsetTheorem.h

index a328176088f8ae425b071672d2038394cf0edee1..312f60b0ecf0f9e659e9158c0d7ff0ae9ad80b47 100644 (file)
@@ -1,5 +1,6 @@
+#if 0
 /**
- * \file Inset.heorem.cpp
+ * \file InsetTheorem.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +11,7 @@
 
 #include <config.h>
 
-#include "Inset.heorem.h"
+#include "InsetTheorem.h"
 #include "insets/InsetText.h"
 
 #include "debug.h"
@@ -100,3 +101,5 @@ int Inset.heorem::latex(Buffer const * buf, odocstream & os,
 
 
 } // namespace lyx
+
+#endif
index c5b1b977120cbf482cf0ad4b4f56c37d2fb23051..302fce7f8fdb81018d02469d61a999e5037c275e 100644 (file)
@@ -9,9 +9,10 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef Inset.heorem_H
-#define Inset.heorem_H
+#if 0
 
+#ifndef INSETTHEOREM_H
+#define INSETTHEOREM_H
 
 #include "InsetCollapsable.h"
 
@@ -49,3 +50,5 @@ private:
 } // namespace lyx
 
 #endif
+
+#endif