diff options
author | Andras Timar <atimar@suse.com> | 2011-12-04 15:07:50 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-04 15:07:50 +0100 |
commit | 915fe51391bdeee79f31173aeedab9746fc88000 (patch) | |
tree | b56407a81f2dccb850637b3813db96544234ab60 /vcl/win | |
parent | 6411ad12f2dac9525f720662692cf712801f8c5b (diff) |
remove StarDesktop icon
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/app/salinst.cxx | 1 | ||||
-rw-r--r-- | vcl/win/source/src/salsrc.rc | 2 | ||||
-rw-r--r-- | vcl/win/source/src/sd.ico | bin | 3310 -> 0 bytes |
3 files changed, 0 insertions, 3 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index 90841f72a4a9..d3fce7c7beb1 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -541,7 +541,6 @@ SalInstance* CreateSalInstance() aWndClassEx.hbrBackground = 0; aWndClassEx.lpszMenuName = 0; aWndClassEx.lpszClassName = SAL_FRAME_CLASSNAMEW; - ImplLoadSalIcon( SAL_RESID_ICON_DEFAULT, aWndClassEx.hIcon, aWndClassEx.hIconSm ); if ( !RegisterClassExW( &aWndClassEx ) ) return NULL; diff --git a/vcl/win/source/src/salsrc.rc b/vcl/win/source/src/salsrc.rc index 147b80fc3e8c..956f862b0c6f 100644 --- a/vcl/win/source/src/salsrc.rc +++ b/vcl/win/source/src/salsrc.rc @@ -117,6 +117,4 @@ SAL_RESID_POINTER_PAINTBRUSH CURSOR pntbrsh.cur SAL_RESID_BITMAP_50 BITMAP "50.bmp" -SAL_RESID_ICON_DEFAULT ICON sd.ico - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/win/source/src/sd.ico b/vcl/win/source/src/sd.ico Binary files differdeleted file mode 100644 index b2a0a07a67c3..000000000000 --- a/vcl/win/source/src/sd.ico +++ /dev/null |