mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Undid last change and removed Function GSWSetMatrix().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd61eea775
commit
fb668eea4a
1 changed files with 2 additions and 4 deletions
|
@ -27,7 +27,6 @@
|
|||
#include <AppKit/NSCStringText.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/GSWraps.h>
|
||||
#include <AppKit/DPSOperators.h>
|
||||
|
||||
/*
|
||||
* Dummy definitions provided here to avoid errors when not linking with
|
||||
|
@ -60,9 +59,8 @@ void NSDrawDownArrow(NSPoint aPoint)
|
|||
{}
|
||||
|
||||
/* Dummy wraps */
|
||||
void GSWSetMatrix(GSCTXT *ctxt, float m[6]) {}
|
||||
unsigned int GSWDefineAsUserObj(GSCTXT *ctxt) {return 0;}
|
||||
void GSWViewIsFlipped(GSCTXT *ctxt, BOOL flipped) {}
|
||||
unsigned int GSWDefineAsUserObj(NSGraphicsContext *ctxt) {return 0;}
|
||||
void GSWViewIsFlipped(NSGraphicsContext *ctxt, BOOL flipped) {}
|
||||
|
||||
@interface GMModel : NSObject
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue