Author: mordante
Date: Wed Jun 18 19:51:35 2008
New Revision: 27289
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27289&view=rev
Log:
Remove some unneeded wrappers.
Modified:
trunk/src/gui/widgets/panel.hpp
Modified: trunk/src/gui/widgets/panel.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/panel.hpp?rev=27289&r1=27288&r2=27289&view=diff
==============================================================================
--- trunk/src/gui/widgets/panel.hpp (original)
+++ trunk/src/gui/widgets/panel.hpp Wed Jun 18 19:51:35 2008
@@ -32,20 +32,6 @@
{
}
- twidget* find_widget(const tpoint& coordinate, const bool
must_be_active)
- { return tcontainer_::find_widget(coordinate, must_be_active); }
-
- const twidget* find_widget(const tpoint& coordinate,
- const bool must_be_active) const
- { return tcontainer_::find_widget(coordinate, must_be_active); }
-
- twidget* find_widget(const std::string& id, const bool must_be_active)
- { return tcontainer_::find_widget(id, must_be_active); }
-
- const twidget* find_widget(const std::string& id,
- const bool must_be_active) const
- { return tcontainer_::find_widget(id, must_be_active); }
-
bool has_vertical_scrollbar() const { return false; }
//! A panel is always active atm so ignore the request.
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits