From f54d41c739f2e9d508f373229f931145cd48d905 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 8 Jan 2001 17:34:30 +0000 Subject: [PATCH] Removed function GSWSetMatrix(). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8515 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/GSWraps.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Headers/gnustep/gui/GSWraps.h b/Headers/gnustep/gui/GSWraps.h index 9a148a694..ef15efca3 100644 --- a/Headers/gnustep/gui/GSWraps.h +++ b/Headers/gnustep/gui/GSWraps.h @@ -24,14 +24,9 @@ #include -#define GSCTXT NSGraphicsContext - -/* Graphics Wraps */ -extern void GSWSetMatrix(GSCTXT *ctxt, float m[6]); - /* Context helper wraps */ -extern unsigned int GSWDefineAsUserObj(GSCTXT *ctxt); +extern unsigned int GSWDefineAsUserObj(NSGraphicsContext *ctxt); -extern void GSWViewIsFlipped(GSCTXT *ctxt, BOOL flipped); +extern void GSWViewIsFlipped(NSGraphicsContext *ctxt, BOOL flipped); #endif