summaryrefslogtreecommitdiff
path: root/src/frontend/mainindex/bookshelf/btindexitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mainindex/bookshelf/btindexitem.cpp')
-rw-r--r--src/frontend/mainindex/bookshelf/btindexitem.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/frontend/mainindex/bookshelf/btindexitem.cpp b/src/frontend/mainindex/bookshelf/btindexitem.cpp
deleted file mode 100644
index 859c150..0000000
--- a/src/frontend/mainindex/bookshelf/btindexitem.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-/*********
-*
-* This file is part of BibleTime's source code, http://www.bibletime.info/.
-*
-* Copyright 1999-2008 by the BibleTime developers.
-* The BibleTime source code is licensed under the GNU General Public License version 2.0.
-*
-**********/
-
-#include "btindexitem.h"
-#include "cbookshelfindex.h"
-
-#include <QTreeWidgetItem>
-#include <QTreeWidget>
-
-
-BTIndexItem::BTIndexItem(QTreeWidgetItem* parent)
- : QTreeWidgetItem(parent) {}