Remove debug printf.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -299,8 +299,6 @@ wxgtk_list_store_get_value (GtkTreeModel *tree_model,
|
|||||||
GtkWxListStore *list_store = (GtkWxListStore *) tree_model;
|
GtkWxListStore *list_store = (GtkWxListStore *) tree_model;
|
||||||
g_return_if_fail (GTK_IS_WX_LIST_STORE (tree_model) );
|
g_return_if_fail (GTK_IS_WX_LIST_STORE (tree_model) );
|
||||||
|
|
||||||
wxPrintf( wxT("Hi\n") );
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
wxDataViewListModel *model = list_store->model;
|
wxDataViewListModel *model = list_store->model;
|
||||||
wxString mtype = model->GetColType( (unsigned int) column );
|
wxString mtype = model->GetColType( (unsigned int) column );
|
||||||
|
Reference in New Issue
Block a user