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_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-142-gc98db81
Date: Sun, 27 Feb 2011 21:56:12 +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  c98db81ab10c605d4fc19d990fa290eaa713e858 (commit)
      from  3339dc0a32b0200a7b92b1fa7d32a5ccd873404e (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=c98db81ab10c605d4fc19d990fa290eaa713e858


commit c98db81ab10c605d4fc19d990fa290eaa713e858
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Feb 27 22:55:39 2011 +0100

    Trivial cleanups.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 6b823c4..e8a23da 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -134,8 +134,6 @@ static bool waitforgdb = false;
 static bool createSaLauncher = false;
 
 static const char* getPluginDescription();
-// void GnashLogDebug(const std::string& msg);
-// void GnashLogError(const std::string& msg);
 
 static const char*
 getPluginDescription() 
@@ -441,7 +439,6 @@ cleanup_childpid(gpointer data)
 
     if (rv <= 0) {
         // The child process has not exited; it may be deadlocked. Kill it.
-//        gnash::log_error("BUG: Child process is stuck. Killing it.");
 
         kill(*pid, SIGKILL);
         waitpid(*pid, &status, 0);
@@ -590,14 +587,6 @@ nsPluginInstance::GetValue(NPPVariable aVariable, void 
*aValue)
     return NS_PluginGetValue(aVariable, aValue);
 }
 
-#if 0
-// FIXME: debugging stuff, will be gone soon after I figure how this works
-void myfunc(void */* param */)
-{
-    gnash::log_debug("Here I am!!!\n");
-}
-#endif
-
 /// \brief Open a new data stream
 ///
 /// Opens a new incoming data stream, which is the flash movie we want
@@ -622,12 +611,6 @@ nsPluginInstance::NewStream(NPMIMEType /*type*/, NPStream* 
stream,
     }
     _swf_url = stream->url;
 
-#if 0
-    // FIXME: debugging crap for now call javascript
-    NPN_PluginThreadAsyncCall(_instance, myfunc, NULL);
-    // gnash::log_debug("FIXME: %s", getEmbedURL());
-#endif
-    
     if (!_swf_url.empty() && _window) {
         startProc();
     }

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

Summary of changes:
 plugin/npapi/plugin.cpp |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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