r15177 - gnucash/branches/2.0 - Remove unused variables.

Derek Atkins warlord at cvs.gnucash.org
Sat Dec 2 21:03:41 EST 2006


Author: warlord
Date: 2006-12-02 21:03:41 -0500 (Sat, 02 Dec 2006)
New Revision: 15177
Trac: http://svn.gnucash.org/trac/changeset/15177

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/src/gnome-utils/gnc-main-window.c
Log:
Remove unused variables.

merge from r15170.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13664
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13667
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/branches/2.0/src/gnome-utils/gnc-main-window.c	2006-12-03 02:03:26 UTC (rev 15176)
+++ gnucash/branches/2.0/src/gnome-utils/gnc-main-window.c	2006-12-03 02:03:41 UTC (rev 15177)
@@ -1000,7 +1000,6 @@
 			      gpointer user_data)
 {
   static gboolean already_dead = FALSE;
-  QofSession *session;
 
   if (already_dead)
     return TRUE;
@@ -2872,8 +2871,6 @@
 static void
 gnc_main_window_cmd_file_quit (GtkAction *action, GncMainWindow *window)
 {
-    QofSession *session;
-
     if (!gnc_main_window_all_finish_pending())
         return;
 



More information about the gnucash-changes mailing list