delete unused interface.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-06-17 15:18:34 +00:00
parent 96d9324f4d
commit 56f7a70e48

View File

@ -74,10 +74,6 @@ public:
///
TocModels();
///
typedef QHash<QString, TocModel *>::const_iterator const_iterator;
const_iterator begin() const { return models_.begin(); }
const_iterator end() const { return models_.end(); }
///
void reset(BufferView const * bv);
///
int depth(QString const & type);
@ -99,12 +95,11 @@ Q_SIGNALS:
void modelReset();
private:
typedef QHash<QString, TocModel *>::const_iterator const_iterator;
typedef QHash<QString, TocModel *>::iterator iterator;
///
void clear();
///
void deleteAll();
///
BufferView const * bv_;
///
QHash<QString, TocModel *> models_;