summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-04-14 01:26:57 +0200
committerRene Engelhard <rene@openoffice.org>2010-04-14 01:26:57 +0200
commitd687f220aa08ecbcfc7d50f05a9260f059054956 (patch)
tree0e439a74214b3e437b2e06c5c269f146d5ad1393
parent66702acdab3307145724afd18737ae79aa22607f (diff)
nspluginglobal: remove unsed variable for WaE builds...
-rw-r--r--extensions/source/nsplugin/source/so_env.cxx1
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)