mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Comment out function that does nothing except generate a compiler
warning. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12141 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
72eafc8413
commit
b809e86dc0
@ -1,3 +1,8 @@
|
||||
2005-12-06 David Hampton <hampton@employees.org>
|
||||
|
||||
* lib/goffice-0.0.4/goffice/gtk/go-combo-text.c: Comment out
|
||||
function that does nothing except generate a compiler warning.
|
||||
|
||||
2005-12-06 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* gog-graph-impl.h:
|
||||
|
@ -189,7 +189,7 @@ go_combo_text_init (GoComboText *ct)
|
||||
ct->rows = 0;
|
||||
ct->entry = gtk_entry_new ();
|
||||
ct->list = gtk_tree_view_new ();
|
||||
g_object_set (G_OBJECT (ct->list), NULL);
|
||||
//g_object_set (G_OBJECT (ct->list), NULL);
|
||||
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (ct->list), FALSE);
|
||||
store = gtk_list_store_new (1, G_TYPE_STRING);
|
||||
gtk_tree_view_set_model (GTK_TREE_VIEW (ct->list), GTK_TREE_MODEL (store));
|
||||
|
Loading…
Reference in New Issue
Block a user