summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-09-22 19:16:04 +0000
committeralberth <alberth@openttd.org>2012-09-22 19:16:04 +0000
commitd00dfaff4c0646ba72d15e3e3d485cba7d440efc (patch)
treec8028569c62c5b571516db2d1c7ba766822e9636 /src/group_gui.cpp
parentadae8b161eef908568c509511de17d102ce2ef2f (diff)
downloadopenttd-d00dfaff4c0646ba72d15e3e3d485cba7d440efc.tar.xz
(svn r24550) -Codechange: Remove unused panel widget in the group gui (Juanjo).
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 591a854a3..d4c2b92e8 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -60,7 +60,6 @@ static const NWidgetPart _nested_group_widgets[] = {
NWidget(WWT_PANEL, COLOUR_GREY), SetFill(1, 1), EndContainer(),
NWidget(WWT_PUSHIMGBTN, COLOUR_GREY, WID_GL_REPLACE_PROTECTION), SetFill(0, 1),
SetDataTip(SPR_GROUP_REPLACE_OFF_TRAIN, STR_GROUP_REPLACE_PROTECTION_TOOLTIP),
- NWidget(WWT_PANEL, COLOUR_GREY), SetFill(0, 1), EndContainer(),
EndContainer(),
EndContainer(),
/* right part */