diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-26 08:23:43 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-26 08:23:43 +0000 |
| commit | ae6bb99c521af611989439b6db8a14a1b27866fc (patch) | |
| tree | 8086b991f358ef11d763d4beb2080fae87ba6cce /src/mainwindow.cpp | |
| parent | 3869eaaf2bfacf4a44733b8346d790999588c37f (diff) | |
Remove savegameinfowidget from organizer core
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0a690a8e..4d608d59 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -72,8 +72,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "browserdialog.h"
#include "aboutdialog.h"
#include "safewritefile.h"
-#include "savegameinfowidget.h"
-#include "savegameinfowidgetgamebryo.h"
#include "nxmaccessmanager.h"
#include "appconfig.h"
#include <utility.h>
@@ -869,7 +867,6 @@ void MainWindow::displaySaveGameInfo(QListWidgetItem *newItem) {
QString const &save = newItem->data(Qt::UserRole).toString();
if (m_CurrentSaveView == nullptr) {
- //FIXME Is this the right place?
IPluginGame const *game = m_OrganizerCore.managedGame();
SaveGameInfo const *info = game->feature<SaveGameInfo>();
if (info != nullptr) {
|
