]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.cpp
Remove dead code from Panel::Child
[libs/gltk.git] / source / panel.cpp
index 2ede2a9c77fd8b32a105971b894fb5fba66d3919..11d90e40349b04d1c49534119be5f36f100998b4 100644 (file)
@@ -275,13 +275,6 @@ void Panel::Child::visibility_changed(bool v)
        }
 }
 
-void Panel::Child::autosize_changed()
-{
-       Panel &panel = static_cast<Panel &>(container);
-       if(panel.layout)
-               panel.layout->update();
-}
-
 void Panel::Child::request_focus()
 {
        Panel &panel = static_cast<Panel &>(container);