(trunk gtk) remove some unused code

This commit is contained in:
Charles Kerr 2009-07-22 20:56:44 +00:00
parent 450cfb74af
commit 7cb873b69e
1 changed files with 1 additions and 4 deletions

View File

@ -88,10 +88,6 @@ struct cbdata
GtkTreeSelection * sel;
};
#define CBDATA_PTR "callback-data-pointer"
static GtkUIManager * myUIManager = NULL;
static void appsetup( TrWindow * wind,
GSList * args,
struct cbdata *,
@ -433,6 +429,7 @@ main( int argc,
const char * str;
GtkWindow * win;
GtkUIManager * myUIManager;
tr_session * session;
struct cbdata * cbdata = g_new0( struct cbdata, 1 );