Skip to content
Snippets Groups Projects
Commit 28740cd8 authored by edgrif's avatar edgrif
Browse files

remove dross

parent fe14ff8c
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,15 @@
*-------------------------------------------------------------------
* This file is part of the ZMap genome database package
* and was written by
* Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk,
* Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk and
* Simon Kelley (Sanger Institute, UK) srk@sanger.ac.uk
* Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk
*
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jan 12 15:38 2005 (edgrif)
* Last edited: Jan 25 17:41 2005 (edgrif)
* Created: Thu Jul 24 14:36:59 2003 (edgrif)
* CVS info: $Id: zmapControlWindowMenubar.c,v 1.5 2005-01-24 11:35:03 edgrif Exp $
* CVS info: $Id: zmapControlWindowMenubar.c,v 1.6 2005-01-25 17:49:56 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -49,14 +48,6 @@ static void DestroyNotifyFunc( gpointer data ) ;
GtkItemFactory *item_factory;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* When we go to GTK 2 this global can disappear as the below table will allow us to
* specify callback data. */
static ZMapAppContext app_context_G ;
#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
static GtkItemFactoryEntry menu_items[] = {
{ "/_File", NULL, NULL, 0, "<Branch>" },
{ "/File/_New", "<control>N", print_hello, 2, NULL },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment