From 412b06bde86c8dd801be6507356fc8e5e37f2481 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 28 Jul 2013 18:57:04 +0100 Subject: [PATCH] Removed generator, upon further thinking it isn't actually possible. --- src/backend/legacy-generator.h | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/backend/legacy-generator.h diff --git a/src/backend/legacy-generator.h b/src/backend/legacy-generator.h deleted file mode 100644 index ebf68447..00000000 --- a/src/backend/legacy-generator.h +++ /dev/null @@ -1,39 +0,0 @@ -/* BOSS - - A "one-click" program for users that quickly optimises and avoids - detrimental conflicts in their TES IV: Oblivion, Nehrim - At Fate's Edge, - TES V: Skyrim, Fallout 3 and Fallout: New Vegas mod load orders. - - Copyright (C) 2009-2012 BOSS Development Team. - - This file is part of BOSS. - - BOSS 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. - - BOSS 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 BOSS. If not, see - . - - $Revision: 2188 $, $Date: 2011-01-20 10:05:16 +0000 (Thu, 20 Jan 2011) $ -*/ - -#ifndef __BOSS_LEGACY_GENERATOR__ -#define __BOSS_LEGACY_GENERATOR__ - -// This file holds the code necessary for outputting a list of plugins and a list of global messages as a v2 masterlist. - -#include "metadata.h" -#include "error.h" -#include "game.h" - -namespace boss { - -}