|
From: <gi...@gp...> - 2011-04-26 19:45:09
|
The branch, master has been updated
via 4d457455798d50d814fd8feb349261a4b64dd5ec (commit)
from fba79a4d2a325c1c21c467358fe06fd9a26930f9 (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.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 4d457455798d50d814fd8feb349261a4b64dd5ec
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Remove duplicated prototype
:100644 100644 f419530... d7f0d39... M src/hid/gtk/gui.h
=========
Changes
=========
commit 4d457455798d50d814fd8feb349261a4b64dd5ec
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Remove duplicated prototype
diff --git a/src/hid/gtk/gui.h b/src/hid/gtk/gui.h
index f419530..d7f0d39 100644
--- a/src/hid/gtk/gui.h
+++ b/src/hid/gtk/gui.h
@@ -282,7 +282,6 @@ void ghid_port_ranges_zoom (gdouble zoom);
gboolean ghid_port_ranges_pan (gdouble x, gdouble y, gboolean relative);
void ghid_port_ranges_scale (gboolean emit_changed);
void ghid_port_ranges_update_ranges (void);
-void ghid_screen_update (void);
gboolean ghid_note_event_location (GdkEventButton * ev);
gboolean have_crosshair_attachments (void);
|