WaE: unused variable 's_pAccessibleFactoryFunc'

Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
This commit is contained in:
Tor Lillqvist
2014-04-19 10:26:25 +03:00
parent 9ad131f3c9
commit c654ff4042

View File

@@ -49,11 +49,13 @@ namespace svt
{
#ifdef UNLOAD_ON_LAST_CLIENT_DYING
static oslInterlockedCount s_nAccessibleFactoryAccesss = 0;
#endif // UNLOAD_ON_LAST_CLIENT_DYING
#endif
#ifndef DISABLE_DYNLOADING
static oslModule s_hAccessibleImplementationModule = NULL;
#endif
#if HAVE_FEATURE_DESKTOP
static GetSvtAccessibilityComponentFactory s_pAccessibleFactoryFunc = NULL;
#endif
static ::rtl::Reference< IAccessibleFactory > s_pFactory;
@@ -330,7 +332,9 @@ namespace svt
if( 0 == osl_atomic_decrement( &s_nAccessibleFactoryAccesss ) )
{
s_pFactory = NULL;
#if HAVE_FEATURE_DESKTOP
s_pAccessibleFactoryFunc = NULL;
#endif
if ( s_hAccessibleImplementationModule )
{
osl_unloadModule( s_hAccessibleImplementationModule );