diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index feaedef8..52c202a7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -39,7 +39,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <archive.h>
#include "directoryrefresher.h"
#include <imoinfo.h>
-#include <iplugingame.h>
#include "settings.h"
#include "downloadmanager.h"
#include "installationmanager.h"
@@ -98,8 +97,6 @@ public: void setModListSorting(int index);
void setESPListSorting(int index);
- void createFirstProfile();
-
bool saveArchiveList();
void registerPluginTool(MOBase::IPluginTool *tool);
@@ -303,8 +300,6 @@ private: OrganizerCore &m_OrganizerCore;
PluginContainer &m_PluginContainer;
- MOBase::IPluginGame *m_ActiveGame;
-
QString m_CurrentLanguage;
std::vector<QTranslator*> m_Translators;
|
