summaryrefslogtreecommitdiff
path: root/src/frontend/mainindex/bookshelf/actionenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mainindex/bookshelf/actionenum.h')
-rw-r--r--src/frontend/mainindex/bookshelf/actionenum.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/frontend/mainindex/bookshelf/actionenum.h b/src/frontend/mainindex/bookshelf/actionenum.h
deleted file mode 100644
index e95f3d7..0000000
--- a/src/frontend/mainindex/bookshelf/actionenum.h
+++ /dev/null
@@ -1,24 +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.
-*
-**********/
-
-#ifndef ACTIONENUM_H
-#define ACTIONENUM_H
-
-enum IndexAction {
- EditModule,
- UnlockModule,
- HideModules,
- ShowAllModules,
- SearchModules,
- UpdateModules,
- Grouping,
- AboutModule
-};
-
-#endif