summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/helpsupport.py')
-rw-r--r--Mac/Modules/help/helpsupport.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/help/helpsupport.py b/Mac/Modules/help/helpsupport.py
index ce09754..3eeb06a 100644
--- a/Mac/Modules/help/helpsupport.py
+++ b/Mac/Modules/help/helpsupport.py
@@ -38,8 +38,6 @@ EventKind = Type("EventKind", "H")
includestuff = includestuff + """
#include <%s>""" % MACHEADERFILE + """
-
-#define resNotFound -192 /* Can't include <Errors.h> because of Python's "errors.h" */
"""
class MyObjectDefinition(GlobalObjectDefinition):