From 012ea978dee6d558da436d7b5112e7ba6b1aa498 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 14 Aug 2010 10:32:40 +0000 Subject: [PATCH] Removed empty file. --- src/SConscript | 1 - src/gui/dialogs/icon_message.cpp | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 src/gui/dialogs/icon_message.cpp diff --git a/src/SConscript b/src/SConscript index 2ec41171e23..cb596a0e54b 100644 --- a/src/SConscript +++ b/src/SConscript @@ -360,7 +360,6 @@ wesnoth_sources = Split(""" gui/dialogs/unit_attack.cpp gui/dialogs/unit_create.cpp gui/dialogs/wml_message.cpp - gui/dialogs/icon_message.cpp gui/widgets/button.cpp gui/widgets/control.cpp gui/widgets/container.cpp diff --git a/src/gui/dialogs/icon_message.cpp b/src/gui/dialogs/icon_message.cpp deleted file mode 100644 index 760d5da837b..00000000000 --- a/src/gui/dialogs/icon_message.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id$ */ -/* - Copyright (C) 2009 - 2010 by Fabian Mueller - 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 version 2 - 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. - */ - -/** - * @todo This function enables the wml markup for all items, but the interface - * is a bit hacky. Especially the fiddling in the internals of the listbox is - * ugly. There needs to be a clean interface to set whether a widget has a - * markup and what kind of markup. These fixes will be post 1.6. - */ -