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-631-gaf83633
Date: Fri, 12 Aug 2011 18:31:01 +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  af836334e912d587e38bdd8ca0ae3a3f38cb56df (commit)
      from  89024843114a7b0359c267f172d4c741e7cdea7d (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=af836334e912d587e38bdd8ca0ae3a3f38cb56df


commit af836334e912d587e38bdd8ca0ae3a3f38cb56df
Author: Sandro Santilli <address@hidden>
Date:   Fri Aug 12 20:23:45 2011 +0200

    Remove unused code

diff --git a/libbase/extension.cpp b/libbase/extension.cpp
index 9f0a2a2..fb6456c 100644
--- a/libbase/extension.cpp
+++ b/libbase/extension.cpp
@@ -40,12 +40,6 @@ namespace gnash {
 
 #if defined(WIN32) || defined(_WIN32)
 int        lt_dlsetsearchpath   (const char *search_path);
-int        lt_dlinit           (void);
-void *     lt_dlsym            (lt_dlhandle handle, const char *name);
-const char *lt_dlerror         (void);
-int        lt_dlclose          (lt_dlhandle handle);
-int        lt_dlmakeresident   (lt_dlhandle handle);
-lt_dlhandle lt_dlopenext       (const char *filename);
 #endif
 
 #if HAVE_DIRENT_H || WIN32==1    // win32 hack
@@ -69,11 +63,6 @@ namespace gnash {
 
 Extension::Extension() 
 {
-//    GNASH_REPORT_FUNCTION;
-#ifdef LT_DLMUTEX
-//     return lt_dlmutex_register (gnash_mutex_lock, gnash_mutex_unlock,
-//                                 gnash_mutex_seterror, gnash_mutex_geterror);
-#endif
     char *env = std::getenv("GNASH_PLUGINS");
     if (!env) {
         _pluginsdir = PLUGINSDIR;
@@ -91,11 +80,8 @@ Extension::Extension()
 Extension::Extension(const std::string& dir)
 {
 //    GNASH_REPORT_FUNCTION;
-#ifdef LT_DLMUTEX
-//     return lt_dlmutex_register (gnash_mutex_lock, gnash_mutex_unlock,
-//                                 gnash_mutex_seterror, gnash_mutex_geterror);
-#endif
     _pluginsdir = dir;
+
 #ifdef HAVE_LTDL
     lt_dlsetsearchpath(_pluginsdir.c_str());
 #endif

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

Summary of changes:
 libbase/extension.cpp |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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