From: Mikko Rasa Date: Fri, 14 Jun 2013 16:09:46 +0000 (+0300) Subject: Remove the Table widget X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=commitdiff_plain;h=1021ce203ab092edf5f94770e742d56a3b8cd23b Remove the Table widget The layout system made it rather useless, and it suffered from similar styling problems as List did before widget-based items. --- diff --git a/source/panel.cpp b/source/panel.cpp index c7b1574..389e3d9 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -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 &m): add("label", &Loader::child