Removed empty file.

This commit is contained in:
Guillaume Melquiond 2010-08-14 10:32:40 +00:00
parent 1589e55ef0
commit 012ea978de
2 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -1,21 +0,0 @@
/* $Id$ */
/*
Copyright (C) 2009 - 2010 by Fabian Mueller <fabianmueller5@gmx.de>
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.
*/