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

gEDA-cvs: pcb.git: branch: master updated (0a654a3009972f24a121e0d34d2b299190f44f05)



The branch, master has been updated
       via  0a654a3009972f24a121e0d34d2b299190f44f05 (commit)
       via  1f12bf6731eef9d8dbebcf3910d43da3e58561bb (commit)
      from  43c21e3578e828fa63416e763f8267b1479a79c4 (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/hid/gtk/gui-top-window.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


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

commit 0a654a3009972f24a121e0d34d2b299190f44f05
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Remove unused colour allocation for "BlackPixel"

:100644 100644 9fd146e... 76ac977... M	src/hid/gtk/gui-top-window.c

commit 1f12bf6731eef9d8dbebcf3910d43da3e58561bb
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Remove unused extern HID ghid_hid from gui-top-window.c

:100644 100644 3d3896f... 9fd146e... M	src/hid/gtk/gui-top-window.c

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

commit 0a654a3009972f24a121e0d34d2b299190f44f05
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Remove unused colour allocation for "BlackPixel"

diff --git a/src/hid/gtk/gui-top-window.c b/src/hid/gtk/gui-top-window.c
index 9fd146e..76ac977 100644
--- a/src/hid/gtk/gui-top-window.c
+++ b/src/hid/gtk/gui-top-window.c
@@ -222,7 +222,7 @@ GhidGui _ghidgui, *ghidgui = NULL;
 
 GHidPort ghid_port, *gport;
 
-static GdkColor WhitePixel, BlackPixel;
+static GdkColor WhitePixel;
 
 static gchar		*bg_image_file;
 
@@ -2502,7 +2502,6 @@ ghid_create_pcb_widgets (void)
   GError	*err = NULL;
 
   gdk_color_parse ("white", &WhitePixel);
-  gdk_color_parse ("black", &BlackPixel);
 
   if (bg_image_file)
     ghidgui->bg_pixbuf = gdk_pixbuf_new_from_file(bg_image_file, &err);

commit 1f12bf6731eef9d8dbebcf3910d43da3e58561bb
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Remove unused extern HID ghid_hid from gui-top-window.c

diff --git a/src/hid/gtk/gui-top-window.c b/src/hid/gtk/gui-top-window.c
index 3d3896f..9fd146e 100644
--- a/src/hid/gtk/gui-top-window.c
+++ b/src/hid/gtk/gui-top-window.c
@@ -218,8 +218,6 @@ static ToggleFlagType *tflags = 0;
 static int n_tflags = 0;
 static int max_tflags = 0;
 
-extern HID ghid_hid;
-
 GhidGui _ghidgui, *ghidgui = NULL;
 
 GHidPort ghid_port, *gport;




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