]> git.sur5r.net Git - cc65/commitdiff
getpalette and getdefpalette may no longer return a NULL pointer.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 23 Oct 2003 09:30:37 +0000 (09:30 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 23 Oct 2003 09:30:37 +0000 (09:30 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2569 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/tgi.h

index bb4a9564461d5f8ea8efa46c9ee1680e0f84f047..e8580aaf71de68d254a8652dfd323be2c13a4d92 100644 (file)
@@ -136,14 +136,10 @@ void __fastcall__ tgi_setpalette (const unsigned char* palette);
  */
 
 const unsigned char* __fastcall__ tgi_getpalette (void);
-/* Return the current palette. Will return NULL for drivers that do not
- * support palettes.
- */
+/* Return the current palette. */
 
 const unsigned char* __fastcall__ tgi_getdefpalette (void);
-/* Return the default palette. Will return NULL for drivers that do not
- * support palettes.
- */
+/* Return the default palette. */
 
 unsigned __fastcall__ tgi_getxres (void);
 /* Return the resolution in X direction. */