projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Watcom compilation fix
[wxWidgets.git]
/
src
/
os2
/
accel.cpp
diff --git
a/src/os2/accel.cpp
b/src/os2/accel.cpp
index a93f7f1af67c6493a25277ffdc68e6284b3fe8e9..8e1c6f43b6e2b8863c1e7aab5f2b9a1219b891e5 100644
(file)
--- a/
src/os2/accel.cpp
+++ b/
src/os2/accel.cpp
@@
-208,10
+208,5
@@
bool wxAcceleratorTable::Translate(
int x = 1;
}
return (Ok() && rc);
-// ::WinTranslateAccel( vHabmain
-// ,(HWND)hWnd
-// ,GetHaccel()
-// ,pMsg
-// );
} // end of wxAcceleratorTable::Translate