]> git.sur5r.net Git - cc65/commitdiff
Removed duplicate declaration
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Oct 2002 13:28:34 +0000 (13:28 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Oct 2002 13:28:34 +0000 (13:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1430 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/tgi.h

index 367aa4d830861e5c63f8f0923a656eada7ff1bc6..ba54a83e71e546799483d9049e8ea8e8dda03183 100644 (file)
@@ -169,9 +169,6 @@ void __fastcall__ tgi_lineto (int x2, int y2);
 void __fastcall__ tgi_circle (int x, int y, unsigned char radius);
 /* Draw a circle in the current drawing color. */
 
-void __fastcall__ tgi_outtext (int x, int y, const char* text);
-/* Print a text in graphics mode */
-
 void __fastcall__ tgi_bar (int x1, int y1, int x2, int y2);
 /* Draw a bar (a filled rectangle) using the current color. */