From d9779172132ccfb57cee0cdf108ff47dc24277a2 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sun, 27 Jul 2003 22:38:08 +0000 Subject: [PATCH] Remove long-dead InsetXYZ::Holder class and member var. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7401 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 4 ++++ src/insets/insetbibitem.h | 7 ------- src/insets/insetbibtex.h | 11 ----------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index f335401c0b..e82bd3cce5 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -2,6 +2,10 @@ * insetbibtex.h: remove extraneous forward declaration. + * insetbibitem.h: + * insetbibtex.h: Also remove long-dead Holder member class + and variable. + 2003-07-27 Martin Vermeer * insetbase.h: add #include needed by gcc 2.95.2 at diff --git a/src/insets/insetbibitem.h b/src/insets/insetbibitem.h index 74c245e9a5..d0db9df071 100644 --- a/src/insets/insetbibitem.h +++ b/src/insets/insetbibitem.h @@ -52,18 +52,11 @@ public: int getCounter() const { return counter; } /// string const getBibLabel() const; - /// - struct Holder { - InsetBibitem * inset; - BufferView * view; - }; private: /// int counter; /// - Holder holder; - /// static int key_counter; }; diff --git a/src/insets/insetbibtex.h b/src/insets/insetbibtex.h index 4d0ca5e4e1..70939a88c1 100644 --- a/src/insets/insetbibtex.h +++ b/src/insets/insetbibtex.h @@ -16,8 +16,6 @@ #include #include "insetcommand.h" -//class Buffer; - /** Used to insert BibTeX's information */ class InsetBibtex : public InsetCommand { @@ -52,15 +50,6 @@ public: bool delDatabase(string const &); /// bool display() const { return true; } - /// - struct Holder { - InsetBibtex * inset; - BufferView * view; - }; - -private: - /// - Holder holder; }; #endif // INSET_BIBTEX_H -- 2.39.5