mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
remove unused constants.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21376 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed3d95d16c
commit
286430c3d6
@ -37,10 +37,6 @@ namespace frontend { class Painter; }
|
|||||||
*/
|
*/
|
||||||
class InsetCollapsable : public InsetText {
|
class InsetCollapsable : public InsetText {
|
||||||
public:
|
public:
|
||||||
///
|
|
||||||
static int const TEXT_TO_TOP_OFFSET = 2;
|
|
||||||
///
|
|
||||||
static int const TEXT_TO_BOTTOM_OFFSET = 2;
|
|
||||||
///
|
///
|
||||||
InsetCollapsable(BufferParams const &, CollapseStatus status = Inset::Open);
|
InsetCollapsable(BufferParams const &, CollapseStatus status = Inset::Open);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user