summaryrefslogtreecommitdiff
path: root/vcl/win/source/app/salshl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/app/salshl.cxx')
-rw-r--r--vcl/win/source/app/salshl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/win/source/app/salshl.cxx b/vcl/win/source/app/salshl.cxx
index cddc07f16d9a..0aa2b752902f 100644
--- a/vcl/win/source/app/salshl.cxx
+++ b/vcl/win/source/app/salshl.cxx
@@ -17,17 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <svsys.h>
#include <tools/debug.hxx>
#include <win/saldata.hxx>
-
-
SalShlData aSalShlData;
-
-
extern "C"
{
@@ -54,8 +49,6 @@ BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved )
}
-
-
HCURSOR ImplLoadSalCursor( int nId )
{
DBG_ASSERT( aSalShlData.mhInst, "no DLL instance handle" );
@@ -67,8 +60,6 @@ HCURSOR ImplLoadSalCursor( int nId )
return hCursor;
}
-
-
HBITMAP ImplLoadSalBitmap( int nId )
{
DBG_ASSERT( aSalShlData.mhInst, "no DLL instance handle" );
@@ -80,8 +71,6 @@ HBITMAP ImplLoadSalBitmap( int nId )
return hBitmap;
}
-
-
bool ImplLoadSalIcon( int nId, HICON& rIcon, HICON& rSmallIcon )
{
DBG_ASSERT( aSalShlData.mhInst, "no DLL instance handle" );