summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
commit291e89d4f2a4bb3177b2dfe6421680e23f120b8e (patch)
tree7bc1818c4774751696b1d0cc3b568c883c2184a8 /include
parentfdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff)
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'include')
-rw-r--r--include/gcstruct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gcstruct.h b/include/gcstruct.h
index c2226ba17..1d0072674 100644
--- a/include/gcstruct.h
+++ b/include/gcstruct.h
@@ -264,10 +264,6 @@ typedef struct _GCOps {
int /*x*/,
int /*y*/);
-#ifdef NEED_LINEHELPER
- void (* LineHelper)();
-#endif
-
DevUnion devPrivate;
} GCOps;