diff finch/libgnt/gnttree.h @ 18531:da550279d390

Use gobject properties instead of hacks when creating columns in a tree.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 14 Jul 2007 01:31:44 +0000
parents ed17f5530300
children ffa46a399f3c
line wrap: on
line diff
--- a/finch/libgnt/gnttree.h	Fri Jul 13 16:50:03 2007 +0000
+++ b/finch/libgnt/gnttree.h	Sat Jul 14 01:31:44 2007 +0000
@@ -506,9 +506,4 @@
 
 G_END_DECLS
 
-/* The following functions should NOT be used by applications. */
-
-/* This should be called by the subclasses of GntTree's in their _new function */
-void _gnt_tree_init_internals(GntTree *tree, int col);
-
 #endif /* GNT_TREE_H */