Remove extraneous semicolon.

Patch by mlytwyn (cherrypicked from testplant branch, r39614).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@39634 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2016-04-06 20:43:25 +00:00
parent f1dac4e9b7
commit 61d519425f
3 changed files with 8 additions and 2 deletions

View file

@ -979,7 +979,7 @@ typedef enum {
ASSIGN(path, [path bezierPathByFlatteningPath]);
}
- (void) DPSinitclip;
- (void) DPSinitclip
{
[self subclassResponsibility: _cmd];
}

View file

@ -1191,7 +1191,7 @@ HBITMAP GSCreateBitmap(HDC hDC, NSInteger pixelsWide, NSInteger pixelsHigh,
[self _paintPath: path_stroke];
}
- (void) DPSinitclip;
- (void) DPSinitclip
{
if (clipRegion)
{