From f318fbf36c7289a3a2fc16e59e77a312f64ec980 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 1 Oct 2007 22:14:03 +0000 Subject: [PATCH] cosmetics for unused code... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20649 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTheorem.cpp | 7 +++++-- src/insets/InsetTheorem.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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 -- 2.39.2