]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/accel.cpp
Removed spurious wxCHECK which forgot about the possibility of ~wxScreenDC...
[wxWidgets.git] / src / msw / accel.cpp
index e433443dd3c681badc091cf21d1284ca316aae3e..3f2cb376842862c87497b35e34e2cabc36253e4d 100644 (file)
@@ -162,7 +162,6 @@ WXHACCEL wxAcceleratorTable::GetHACCEL() const
 bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const
 {
     MSG *msg = (MSG *)wxmsg;
-
     return Ok() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg);
 }