diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-20 21:08:14 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-20 21:08:14 +0000 |
| commit | f55a5f2b21664ccd2af1c24ef68f14f73e418b1c (patch) | |
| tree | 968bfb8e726271fa6096cb4410acb53319af1d4f /src/organizer.pro | |
| parent | 5f5184ebfe9a6b7102654863cbb390a610ab1563 (diff) | |
Managed to remove SaveGame and SaveGameGamebryo classes from organizer
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index eed4190d..ee0526ed 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -29,8 +29,6 @@ SOURCES += \ selectiondialog.cpp \
savegameinfowidgetgamebryo.cpp \
savegameinfowidget.cpp \
- savegamegamebryo.cpp \
- savegame.cpp \
queryoverwritedialog.cpp \
profilesdialog.cpp \
profile.cpp \
@@ -109,7 +107,6 @@ HEADERS += \ selectiondialog.h \
savegameinfowidgetgamebryo.h \
savegameinfowidget.h \
- savegame.h \
queryoverwritedialog.h \
profilesdialog.h \
profile.h \
@@ -174,8 +171,7 @@ HEADERS += \ modinforegular.h \
modinfobackup.h \
modinfooverwrite.h \
- modinfoforeign.h \
- savegamegamebryo.h
+ modinfoforeign.h
FORMS += \
transfersavesdialog.ui \
|
