cleanup by rob browning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1125 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-09-09 05:56:11 +00:00
parent 5238f772bb
commit 454a63ff33
4 changed files with 3 additions and 5 deletions

View File

@ -353,7 +353,7 @@ main_window_init(AccountGroup *accts)
GtkWidget *clist;
GtkWidget *notebook;
int nmenu_items;
GtkAcceleratorTable *accel;
/*GtkAcceleratorTable *accel;*/
/* this is the GtkMenuEntry structure used to create new menus. The
@ -452,7 +452,7 @@ main_window_init(AccountGroup *accts)
}
menubar = main_menu_bar->widget;
accel = main_menu_bar->table;
/*accel = main_menu_bar->table;*/
#if 0

View File

@ -1,4 +1,4 @@
# Makefile -- makefile for xacc/src/engine
# Makefile -- makefile for xacc/src/gnome
# Copyright (C) 1997 Robin Clark
# Copyright (C) 1998 Linas Vepstas
# Copyright (C) 1998 Rob Browning <rlb@cs.utexas.edu>

View File

@ -25,7 +25,6 @@
#include <stdlib.h>
#include <assert.h>
#include <guile/gh.h> /* This will go away once "datafile" is handled better. */
#include "config.h"
#include "main.h"

View File

@ -57,7 +57,6 @@ void file_cmd_quit (GtkWidget *widget, gpointer data);
void file_cmd_save (GtkWidget *widget, gpointer data);
void prepare_app ( void );
/** GLOBALS *********************************************************/
extern char *helpPath;
extern GtkWidget *app;