mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
4c64013208
commit
92894cfe0c
@ -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"
|
@ -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
|
Loading…
Reference in New Issue
Block a user