projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Blind fix for bug [ 1106890 ] (undeclared symbols on Solaris).
[wxWidgets.git]
/
src
/
os2
/
gauge.cpp
diff --git
a/src/os2/gauge.cpp
b/src/os2/gauge.cpp
index 0cedb8047f69f8715b0646eb61d49c0d9797da82..3ad621de7393ce08c5d3fea0de7086f024c7d79a 100644
(file)
--- a/
src/os2/gauge.cpp
+++ b/
src/os2/gauge.cpp
@@
-37,9
+37,6
@@
MRESULT EXPENTRY wxGaugeWndProc(
wxGauge* pGauge = (wxGauge *)::WinQueryWindowULong( hWnd
,QWL_USER
);
- wxWindowOS2* pWindow = NULL;
- MRESULT rc = (MRESULT)0;
- bool bProcessed = FALSE;
HPS hPS;
RECTL vRect;
RECTL vRect2;