mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
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:
parent
4cfd709225
commit
332c91319c
2 changed files with 2 additions and 2 deletions
|
@ -949,7 +949,7 @@ typedef enum {
|
|||
ASSIGN(path, [path bezierPathByFlatteningPath]);
|
||||
}
|
||||
|
||||
- (void) DPSinitclip;
|
||||
- (void) DPSinitclip
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
|
|
@ -1191,7 +1191,7 @@ HBITMAP GSCreateBitmap(HDC hDC, NSInteger pixelsWide, NSInteger pixelsHigh,
|
|||
[self _paintPath: path_stroke];
|
||||
}
|
||||
|
||||
- (void) DPSinitclip;
|
||||
- (void) DPSinitclip
|
||||
{
|
||||
if (clipRegion)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue