mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5238f772bb
commit
454a63ff33
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user