gtk: Remove the custom code for Table

It was commented out anyway, and the Table widget is deprecated.
This commit is contained in:
Bertrand Lorentz 2012-08-05 19:12:22 +02:00
parent 4bc7edb4b1
commit 0b155d2603
2 changed files with 0 additions and 22 deletions

View File

@ -83,7 +83,6 @@ sources = \
StockManager.cs \
Style.cs \
StyleContext.cs \
Table.cs \
Target.cs \
TargetEntry.cs \
TargetList.cs \

View File

@ -1,21 +0,0 @@
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
/* FIXME: Uncomment this when the default ctor flag is added to the XML
public Table()
{
Raw = gtk_table_new (0, 0, false);
}
*/