Remove an unused file.

Detected by Sytyi's validation project.
This commit is contained in:
Mark de Wever 2011-08-23 19:31:45 +00:00
parent e66f4858f4
commit d32cfe007c

View file

@ -1,41 +0,0 @@
#textdomain wesnoth-lib
###
### Definition of a menubar
###
### This type of widget is used for menus but also as tablist in a tabcontrol.
### The menubar has one row/column of items and not scrolloptions if too
### wide/high. Thus too wide/high shouldn't happen...
###
[menubar_definition]
id = "default"
description = "a menubar as used for a menu"
must_have_one_item_selected = "false"
[resolution]
min_width = 22
min_height = 22
default_width = 22
default_height = 22
max_width = 0
max_height = 0
text_font_size = 16
[state_enabled]
[draw]
[/draw]
[/state_enabled]
[state_disabled]
[draw]
[/draw]
[/state_disabled]
[/resolution]
[/menubar_definition]