--- a/src/widget/widget.h Sun Mar 04 12:50:21 2007 +0000
+++ b/src/widget/widget.h Sun Mar 04 12:53:05 2007 +0000
@@ -234,16 +234,6 @@
: Widget()
{}
- //Label(CompositeWidget *container, WidgetId id, FeatureFlags feature_flags, const Rect16 &rect, StringID text)
- // : Widget(container, id, feature_flags, container->GetColor(), rect, 0x0)
- // , m_text(text)
- //{}
-
- //Label(CompositeWidget *container, WidgetId id, FeatureFlags feature_flags, const Rect16 &rect, StringID text, StringID tooltip)
- // : Widget(container, id, feature_flags, container->GetColor(), rect, tooltip)
- // , m_text(text)
- //{}
-
Label(CompositeWidget *container, WidgetId id, FeatureFlags feature_flags, const Rect16 &rect, StringID text, StringID tooltip = 0, int color = COLOUR_NONE)
: Widget(container, id, feature_flags, (byte)color, rect, tooltip)
, m_text(text)