mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 06:38:15 +00:00
Cleanup removing no longer needed functions.
This commit is contained in:
parent
e658ecd86b
commit
dcb462a53f
@ -458,12 +458,6 @@ void tscrollbar_container::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void tscrollbar_container::impl_draw_background(surface& frame_buffer)
|
|
||||||
{
|
|
||||||
// Inherited.
|
|
||||||
tcontainer_::impl_draw_background(frame_buffer);
|
|
||||||
}
|
|
||||||
|
|
||||||
void tscrollbar_container::impl_draw_children(surface& frame_buffer)
|
void tscrollbar_container::impl_draw_children(surface& frame_buffer)
|
||||||
{
|
{
|
||||||
// Inherited.
|
// Inherited.
|
||||||
@ -472,12 +466,6 @@ void tscrollbar_container::impl_draw_children(surface& frame_buffer)
|
|||||||
content_grid_->draw_children(frame_buffer);
|
content_grid_->draw_children(frame_buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
void tscrollbar_container::impl_draw_foreground(surface& frame_buffer)
|
|
||||||
{
|
|
||||||
// Inherited.
|
|
||||||
tcontainer_::impl_draw_foreground(frame_buffer);
|
|
||||||
}
|
|
||||||
|
|
||||||
void tscrollbar_container::child_populate_dirty_list(twindow& caller,
|
void tscrollbar_container::child_populate_dirty_list(twindow& caller,
|
||||||
const std::vector<twidget*>& call_stack)
|
const std::vector<twidget*>& call_stack)
|
||||||
{
|
{
|
||||||
|
@ -241,15 +241,9 @@ private:
|
|||||||
*/
|
*/
|
||||||
virtual void finalize_subclass() {}
|
virtual void finalize_subclass() {}
|
||||||
|
|
||||||
/** Inherited from tcontainer_. */
|
|
||||||
void impl_draw_background(surface& frame_buffer);
|
|
||||||
|
|
||||||
/** Inherited from tcontainer_. */
|
/** Inherited from tcontainer_. */
|
||||||
void impl_draw_children(surface& frame_buffer);
|
void impl_draw_children(surface& frame_buffer);
|
||||||
|
|
||||||
/** Inherited from tcontainer_. */
|
|
||||||
void impl_draw_foreground(surface& frame_buffer);
|
|
||||||
|
|
||||||
/** Inherited from tcontainer_. */
|
/** Inherited from tcontainer_. */
|
||||||
void child_populate_dirty_list(twindow& caller,
|
void child_populate_dirty_list(twindow& caller,
|
||||||
const std::vector<twidget*>& call_stack);
|
const std::vector<twidget*>& call_stack);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user