mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
71f366d4dd
commit
f318fbf36c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user