Remove extraneous semicolon

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39614 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-04-03 20:33:22 +00:00
parent 4cfd709225
commit 332c91319c
2 changed files with 2 additions and 2 deletions

View file

@ -949,7 +949,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)
{