summaryrefslogtreecommitdiff
path: root/src/frontend/profile/cprofilewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/profile/cprofilewindow.cpp')
-rw-r--r--src/frontend/profile/cprofilewindow.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/frontend/profile/cprofilewindow.cpp b/src/frontend/profile/cprofilewindow.cpp
deleted file mode 100644
index 682c99a..0000000
--- a/src/frontend/profile/cprofilewindow.cpp
+++ /dev/null
@@ -1,30 +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/profile/cprofilewindow.h"
-
-
-namespace Profile {
-
-CProfileWindow::CProfileWindow(CSwordModuleInfo::ModuleType t)
- : type(t)
- , windowGeometry()
- , modules()
- , key(QString::null)
- , scrollbarPosH(0)
- , scrollbarPosV(0)
- , maximized(false)
- , hasFocus(false)
- , windowSettings(0)
- , writeWindowType(0)
-{
- // Intentionally empty
-}
-
-} //end of namespace Profile