remove unused stuff after a clear three vs 'completely drunk' vote

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7403 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-07-27 22:53:31 +00:00
parent 4c64013208
commit 92894cfe0c
2 changed files with 0 additions and 43 deletions

View File

@ -1,14 +0,0 @@
/**
* \file insetsection.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h>
#include "insetsection.h"

View File

@ -1,29 +0,0 @@
// -*- C++ -*-
/**
* \file insetsection.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#ifndef INSETSECTION_H
#define INSETSECTION_H
#include "LString.h"
#include "insettext.h"
/** A colapsable text inset
*/
class InsetSection : public InsetText {
public:
protected:
private:
string type_;
};
#endif