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

WaE: unused variable 's_pAccessibleFactoryFunc'

Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867
üst 53f5865c
......@@ -60,7 +60,9 @@ namespace toolkit
#ifndef DISABLE_DYNLOADING
static oslModule s_hAccessibleImplementationModule = NULL;
#endif
#if HAVE_FEATURE_DESKTOP
static GetStandardAccComponentFactory s_pAccessibleFactoryFunc = NULL;
#endif
static ::rtl::Reference< IAccessibleFactory > s_pFactory;
}
......@@ -260,7 +262,9 @@ namespace toolkit
if( 0 == osl_atomic_decrement( &s_nAccessibilityClients ) )
{
s_pFactory = NULL;
#if HAVE_FEATURE_DESKTOP
s_pAccessibleFactoryFunc = NULL;
#endif
if ( 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