diff options
Diffstat (limited to 'Mac/Modules/evt/evtedit.py')
-rw-r--r-- | Mac/Modules/evt/evtedit.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Mac/Modules/evt/evtedit.py b/Mac/Modules/evt/evtedit.py deleted file mode 100644 index 02087e1..0000000 --- a/Mac/Modules/evt/evtedit.py +++ /dev/null @@ -1,9 +0,0 @@ -f = Function(void, 'SystemClick', - (EventRecord_ptr, 'theEvent', InMode), - (WindowPtr, 'theWindow', InMode), -) -functions.append(f) - -f = Function(UInt32, 'TickCount', -) -functions.append(f) |