Remove assert checking for wxMOD_CONTROL from wxUIActionSimulator.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:10 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:10 +0000 (10:18 +0000)
commitc3f62b348fe082aa471f9c56377f018ebec77dce
tree85caefef611562e27a3e4fb894391895f399d42f
parent8cdd00f29f62c709af8de2f3cb817b224bced1a1
Remove assert checking for wxMOD_CONTROL from wxUIActionSimulator.

It doesn't make sense to fail if modifiers parameter includes wxMOD_CONTROL
telling the caller to use wxMOD_CMD instead as the latter is exactly the same
as the former under non-Mac platforms.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/uiactioncmn.cpp