]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/planar.h
pdir
[16.git] / src / lib / planar.h
index 821f476305bb420147514d072bbbfffe47fb6460..c4b67307d801c8b7b1b9fd510a3c3206346e8a36 100755 (executable)
@@ -28,8 +28,6 @@
 
 #include "src/lib/modex16.h"
 
-extern byte *modexNewPal();
-
 /* creates a planar buffer from the bitmap data.
    The planar buffer is dynamically allocated, and should
    be destroyed with the planar_buf_free function when no longer
@@ -43,5 +41,4 @@ planar_buf_t huge *planar_buf_alloc(word width, word height);
 /* deallocates a planar buffer */
 void planar_buf_free(planar_buf_t *p);
 
-
 #endif