From 349e44affcafd01e38bbc066b0fd81301c445061 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 27 Nov 2017 09:47:45 +1100 Subject: [PATCH] Tests: removed another empty file I missed in c93aebb1debc Its contents were also removed when SDL 1.2 was dropped. --- source_lists/boost_unit_tests | 1 - src/tests/gui/test_save_dialog.cpp | 34 ------------------------------ 2 files changed, 35 deletions(-) delete mode 100644 src/tests/gui/test_save_dialog.cpp diff --git a/source_lists/boost_unit_tests b/source_lists/boost_unit_tests index 8a1aac06c701c..267c9aa72eabf 100644 --- a/source_lists/boost_unit_tests +++ b/source_lists/boost_unit_tests @@ -1,7 +1,6 @@ tests/gui/fire_event.cpp tests/gui/iterator.cpp tests/gui/test_gui2.cpp -tests/gui/test_save_dialog.cpp tests/gui/visitor.cpp tests/main.cpp tests/test_addons.cpp diff --git a/src/tests/gui/test_save_dialog.cpp b/src/tests/gui/test_save_dialog.cpp deleted file mode 100644 index bd182f775cf92..0000000000000 --- a/src/tests/gui/test_save_dialog.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/* - Copyright (C) 2008 - 2017 by Pauli Nieminen - Part of the Battle for Wesnoth Project http://www.wesnoth.org/ - - This program 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 2 of the License, or - (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY. - - See the COPYING file for more details. -*/ - -#define GETTEXT_DOMAIN "wesnoth-test" - -#include - -#include - - -#include "key.hpp" -#include "filesystem.hpp" -#include "savegame.hpp" -#include "units/types.hpp" - -#include - -#include "tests/utils/fake_display.hpp" -#include "tests/utils/auto_parameterized.hpp" - - -// Linker workarounds end here -