diff options
author | Camil Staps | 2015-08-21 15:34:02 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-21 15:34:02 +0200 |
commit | b12dd08cdf9c0ba3d7ff4c62a14658e059348197 (patch) | |
tree | 8a83063b3d2a31c3e5889e6eea7ab24795d1a4df /windowevent.icl | |
parent | Removing redundant import (diff) |
Cleaning up
Diffstat (limited to 'windowevent.icl')
-rw-r--r-- | windowevent.icl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/windowevent.icl b/windowevent.icl index da02c10..72f0a30 100644 --- a/windowevent.icl +++ b/windowevent.icl @@ -25,10 +25,8 @@ windoweventFatalError function error For the time being no timer controls are added, so these events are ignored.
windowEvent assumes that it is not applied to an empty IOSt.
*/
-import StdMisc
windowEvent :: !SchedulerEvent !(PSt .l) -> (!Bool,!Maybe DeviceEvent,!SchedulerEvent,!PSt .l)
windowEvent schedulerEvent pState
- //| True = abort "windowevent\n"
# (hasDevice,pState) = accPIO (ioStHasDevice WindowDevice) pState
| not hasDevice // This condition should never occur: WindowDevice must have been 'installed'
= windoweventFatalError "windowFunctions.dEvent" "could not retrieve WindowSystemState from IOSt"
|