From 1021ce203ab092edf5f94770e742d56a3b8cd23b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 14 Jun 2013 19:09:46 +0300 Subject: [PATCH] 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. --- source/panel.cpp | 2 - source/table.cpp | 141 ----------------------------------------------- source/table.h | 51 ----------------- 3 files changed, 194 deletions(-) delete mode 100644 source/table.cpp delete mode 100644 source/table.h 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