diff --git a/Source/gsc/GSStreamContext.m b/Source/gsc/GSStreamContext.m index e453eb2..ee4734c 100644 --- a/Source/gsc/GSStreamContext.m +++ b/Source/gsc/GSStreamContext.m @@ -485,12 +485,6 @@ fprintf(gstream, "stroke\n"); } - -- (void) GSSendBezierPath: (NSBezierPath *)path -{ - [self notImplemented: _cmd]; -} - - (void) GSRectClipList: (const NSRect *)rects: (int)count { [self notImplemented: _cmd];