cosmetics for unused code...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20649 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-01 22:14:03 +00:00
parent 71f366d4dd
commit f318fbf36c
2 changed files with 10 additions and 4 deletions

View 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

View 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