summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_mwin.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-08-19 18:06:23 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-08-19 18:06:23 +0000
commit712c8f58e1b727548c6cb923e09681ffd3f4fc75 (patch)
tree9e5d6bda783bc08b7bc3454bb0e430ed32ce63a5 /protocols/Weather/weather_mwin.cpp
parentb7923a051fc0a9e84edf5dbb0075347857ea4994 (diff)
another unicode fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_mwin.cpp')
-rw-r--r--protocols/Weather/weather_mwin.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/protocols/Weather/weather_mwin.cpp b/protocols/Weather/weather_mwin.cpp
index ed84bc4d01..046ad2c7d6 100644
--- a/protocols/Weather/weather_mwin.cpp
+++ b/protocols/Weather/weather_mwin.cpp
@@ -20,22 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "weather.h"
#include "m_acc.h"
-/* DRAWGLYPH Request structure */
-typedef struct s_SKINDRAWREQUEST
-{
- char szObjectID[255]; // Unic Object ID (path) to paint
- RECT rcDestRect; // Rectangle to fit
- RECT rcClipRect; // Rectangle to paint in.
- HDC hDC; // Handler to device context to paint in.
-} SKINDRAWREQUEST,*LPSKINDRAWREQUEST;
-
-
-// Request painting glyph object
-// wParam = pointer to SKINDRAWREQUEST structure
-// lParam = 0
-#define MS_SKIN_DRAWGLYPH "ModernList/DrawGlyph"
-
-
#define MS_TOOLTIP_SHOWTIP "mToolTip/ShowTip"
#define MS_TOOLTIP_HIDETIP "mToolTip/HideTip"