[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (90410b8451d7d77ce21d37bab79071d488b80997)



The branch, master has been updated
       via  90410b8451d7d77ce21d37bab79071d488b80997 (commit)
      from  bf1870a4bc3befb04ae9ac179397a3fc378f3f42 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/global.h |    3 +--
 src/main.c   |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)


=================
 Commit Messages
=================

commit 90410b8451d7d77ce21d37bab79071d488b80997
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Remove unused Output.GridGC variable

:100644 100644 f6620c9... bd605ad... M	src/global.h
:100644 100644 ab9a614... ad5ee94... M	src/main.c

=========
 Changes
=========

commit 90410b8451d7d77ce21d37bab79071d488b80997
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Remove unused Output.GridGC variable

diff --git a/src/global.h b/src/global.h
index f6620c9..bd605ad 100644
--- a/src/global.h
+++ b/src/global.h
@@ -172,8 +172,7 @@ typedef struct			/* holds information about output window */
 {
   hidGC bgGC,			/* background and foreground; */
     fgGC,			/* changed from some routines */
-    pmGC,			/* depth 1 pixmap GC to store clip */
-    GridGC;			/* for the grid */
+    pmGC;			/* depth 1 pixmap GC to store clip */
 
   int Width,			/* sizes of output window (porthole) */
     Height;
diff --git a/src/main.c b/src/main.c
index ab9a614..ad5ee94 100644
--- a/src/main.c
+++ b/src/main.c
@@ -980,7 +980,6 @@ main (int argc, char *argv[])
   Output.bgGC = gui->make_gc ();
   Output.fgGC = gui->make_gc ();
   Output.pmGC = gui->make_gc ();
-  Output.GridGC = gui->make_gc ();
 
   settings_post_process ();
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs