gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1820-g391e61f
Date: Thu, 12 Dec 2013 18:30:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  391e61f06b571c7c299e7bfffa9c4afc54171ce8 (commit)
      from  716915b9d7f859e7ab1eaffe173a84a8e614f256 (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.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=391e61f06b571c7c299e7bfffa9c4afc54171ce8


commit 391e61f06b571c7c299e7bfffa9c4afc54171ce8
Author: Sandro Santilli <address@hidden>
Date:   Thu Dec 12 19:30:37 2013 +0100

    Drop defined but unused static method in python binding

diff --git a/gui/pythonmod/gnash-view.cpp b/gui/pythonmod/gnash-view.cpp
index 02dde2a..f1d23e5 100644
--- a/gui/pythonmod/gnash-view.cpp
+++ b/gui/pythonmod/gnash-view.cpp
@@ -90,7 +90,6 @@ static gboolean button_release_event_cb(GtkWidget *widget, 
GdkEventButton *event
 static gboolean motion_notify_event_cb(GtkWidget *widget, GdkEventMotion 
*event, gpointer data);
 
 static gnash::key::code gdk_to_gnash_key(guint key);
-static int gdk_to_gnash_modifier(int state);
 static gboolean gnash_view_advance_movie(GnashView *view);
 static void gnash_view_display(GnashView *view);
 static void gnash_view_load_movie(GnashView *view, const gchar *path);
@@ -583,6 +582,8 @@ gdk_to_gnash_key(guint key)
     return c;
 }
 
+#if 0 // UNUSED
+ static int gdk_to_gnash_modifier(int state); 
 static int
 gdk_to_gnash_modifier(int state)
 {
@@ -600,4 +601,5 @@ gdk_to_gnash_modifier(int state)
 
     return modifier;
 }
+#endif
 

-----------------------------------------------------------------------

Summary of changes:
 gui/pythonmod/gnash-view.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]