summaryrefslogtreecommitdiff
path: root/src/savegame.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-20 21:08:14 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-20 21:08:14 +0000
commitf55a5f2b21664ccd2af1c24ef68f14f73e418b1c (patch)
tree968bfb8e726271fa6096cb4410acb53319af1d4f /src/savegame.cpp
parent5f5184ebfe9a6b7102654863cbb390a610ab1563 (diff)
Managed to remove SaveGame and SaveGameGamebryo classes from organizer
Diffstat (limited to 'src/savegame.cpp')
-rw-r--r--src/savegame.cpp31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/savegame.cpp b/src/savegame.cpp
deleted file mode 100644
index 41120a88..00000000
--- a/src/savegame.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-Copyright (C) 2012 Sebastian Herbord. All rights reserved.
-
-This file is part of Mod Organizer.
-
-Mod Organizer is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-Mod Organizer is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "savegame.h"
-
-SaveGame::SaveGame(QObject *parent, const QString &filename, const MOBase::IPluginGame *game)
- : QObject(parent)
- , m_FileName(filename)
- , m_Game(game)
-{
-}
-
-SaveGame::~SaveGame()
-{
-}