diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-04-14 01:26:57 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-04-14 01:26:57 +0200 |
commit | d687f220aa08ecbcfc7d50f05a9260f059054956 (patch) | |
tree | 0e439a74214b3e437b2e06c5c269f146d5ad1393 /extensions/source/nsplugin | |
parent | 66702acdab3307145724afd18737ae79aa22607f (diff) |
nspluginglobal: remove unsed variable for WaE builds...
Diffstat (limited to 'extensions/source/nsplugin')
-rw-r--r-- | extensions/source/nsplugin/source/so_env.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/so_env.cxx b/extensions/source/nsplugin/source/so_env.cxx index aac37c8e4da4..88deb7ee5b37 100644 --- a/extensions/source/nsplugin/source/so_env.cxx +++ b/extensions/source/nsplugin/source/so_env.cxx @@ -125,7 +125,6 @@ extern int nspluginOOoModuleHook (void** aResult); int nspluginOOoModuleHook (void** aResult) { void *dl_handle; - void *thisp; dl_handle = dlopen(NULL, RTLD_NOW); if (!dl_handle) |