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

No need for these fields for iOS

Change-Id: I3fff002919a1f15ae370c7d0c7f65e67108a6232
üst 9a34b915
......@@ -39,8 +39,10 @@ class VCL_PLUGIN_PUBLIC SalData
{
public:
SalInstance* m_pInstance; // pointer to instance
#ifndef IOS
oslModule m_pPlugin; // plugin library handle
psp::PrinterInfoManager* m_pPIManager;
#endif
SalData();
virtual ~SalData();
......
......@@ -197,8 +197,6 @@ const OUString& SalGetDesktopEnvironment()
SalData::SalData() :
m_pInstance( 0 ),
m_pPlugin( 0 ),
m_pPIManager(0 ),
mpFontList( 0 ),
mxRGBSpace( CGColorSpaceCreateDeviceRGB() ),
mxGraySpace( CGColorSpaceCreateDeviceGray() )
......
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