From: André Pönitz Date: Mon, 1 Oct 2007 22:14:03 +0000 (+0000) Subject: cosmetics for unused code... X-Git-Tag: 1.6.10~8084 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f318fbf36c7289a3a2fc16e59e77a312f64ec980;p=features.git cosmetics for unused code... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20649 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTheorem.cpp b/src/insets/InsetTheorem.cpp index a328176088..312f60b0ec 100644 --- a/src/insets/InsetTheorem.cpp +++ b/src/insets/InsetTheorem.cpp @@ -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 -#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 diff --git a/src/insets/InsetTheorem.h b/src/insets/InsetTheorem.h index c5b1b97712..302fce7f8f 100644 --- a/src/insets/InsetTheorem.h +++ b/src/insets/InsetTheorem.h @@ -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