]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.cpp
Remove the Table widget
[libs/gltk.git] / source / panel.cpp
index c7b1574979d7883d8f03c44816dc6152eb1daf4a..389e3d9be729485fc4c16db0ee4dca3237a5f3ed 100644 (file)
@@ -10,7 +10,6 @@
 #include "list.h"
 #include "panel.h"
 #include "part.h"
-#include "table.h"
 #include "toggle.h"
 #include "vslider.h"
 
@@ -90,7 +89,6 @@ Panel::Loader::Loader(Panel &p, map<string, Widget *> &m):
        add("label",     &Loader::child<Label>);
        add("list",      &Loader::child<List>);
        add("panel",     &Loader::panel);
-       add("table",     &Loader::child<Table>);
        add("toggle",    &Loader::child<Toggle>);
        add("vslider",   &Loader::child<VSlider>);
 }