Kaydet (Commit) c654ff40 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 's_pAccessibleFactoryFunc'

Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
üst 9ad131f3
...@@ -49,11 +49,13 @@ namespace svt ...@@ -49,11 +49,13 @@ namespace svt
{ {
#ifdef UNLOAD_ON_LAST_CLIENT_DYING #ifdef UNLOAD_ON_LAST_CLIENT_DYING
static oslInterlockedCount s_nAccessibleFactoryAccesss = 0; static oslInterlockedCount s_nAccessibleFactoryAccesss = 0;
#endif // UNLOAD_ON_LAST_CLIENT_DYING #endif
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING
static oslModule s_hAccessibleImplementationModule = NULL; static oslModule s_hAccessibleImplementationModule = NULL;
#endif #endif
#if HAVE_FEATURE_DESKTOP
static GetSvtAccessibilityComponentFactory s_pAccessibleFactoryFunc = NULL; static GetSvtAccessibilityComponentFactory s_pAccessibleFactoryFunc = NULL;
#endif
static ::rtl::Reference< IAccessibleFactory > s_pFactory; static ::rtl::Reference< IAccessibleFactory > s_pFactory;
...@@ -330,7 +332,9 @@ namespace svt ...@@ -330,7 +332,9 @@ namespace svt
if( 0 == osl_atomic_decrement( &s_nAccessibleFactoryAccesss ) ) if( 0 == osl_atomic_decrement( &s_nAccessibleFactoryAccesss ) )
{ {
s_pFactory = NULL; s_pFactory = NULL;
#if HAVE_FEATURE_DESKTOP
s_pAccessibleFactoryFunc = NULL; s_pAccessibleFactoryFunc = NULL;
#endif
if ( s_hAccessibleImplementationModule ) if ( s_hAccessibleImplementationModule )
{ {
osl_unloadModule( s_hAccessibleImplementationModule ); osl_unloadModule( s_hAccessibleImplementationModule );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment