]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove debug printf.
authorRobert Roebling <robert@roebling.de>
Wed, 1 Nov 2006 15:45:48 +0000 (15:45 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 1 Nov 2006 15:45:48 +0000 (15:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dataview.cpp

index ac8d2144f7ae2d3131342dc9f89fd188b32b849c..49f3dedb26fd04289a5a94c6aef70d8c9556760e 100644 (file)
@@ -299,8 +299,6 @@ wxgtk_list_store_get_value (GtkTreeModel *tree_model,
     GtkWxListStore *list_store = (GtkWxListStore *) tree_model;
     g_return_if_fail (GTK_IS_WX_LIST_STORE (tree_model) );
 
-    wxPrintf( wxT("Hi\n") );
-
 #if 0
     wxDataViewListModel *model = list_store->model;
     wxString mtype = model->GetColType( (unsigned int) column );