mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
f1dac4e9b7
commit
61d519425f
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-04-06 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Source/gsc/GSGState.m:
|
||||
Remove extraneous semicolons.
|
||||
Patch by mlytwyn (cherrypicked from testplant branch, r39614).
|
||||
|
||||
2016-03-01 Seong Gu Lee <sgleehd@gmail.com>
|
||||
|
||||
* Headers/win32/WIN32Server.h: tweak for compilation on 64bit windows
|
||||
|
|
|
@ -979,7 +979,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