summaryrefslogtreecommitdiff
path: root/src/frontend/bookmarks/btbookmarkitembase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookmarks/btbookmarkitembase.cpp')
-rw-r--r--src/frontend/bookmarks/btbookmarkitembase.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/frontend/bookmarks/btbookmarkitembase.cpp b/src/frontend/bookmarks/btbookmarkitembase.cpp
deleted file mode 100644
index 1a80f7d..0000000
--- a/src/frontend/bookmarks/btbookmarkitembase.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*********
-*
-* This file is part of BibleTime's source code, http://www.bibletime.info/.
-*
-* Copyright 1999-2011 by the BibleTime developers.
-* The BibleTime source code is licensed under the GNU General Public License version 2.0.
-*
-**********/
-
-#include "frontend/bookmarks/btbookmarkitembase.h"
-
-
-BtBookmarkItemBase::BtBookmarkItemBase() {
- // Intentionally empty
-}
-
-BtBookmarkItemBase::BtBookmarkItemBase(QTreeWidgetItem *parent)
- : QTreeWidgetItem(parent)
-{
- // Intentionally empty
-}