summaryrefslogtreecommitdiff
path: root/sponge.h
diff options
context:
space:
mode:
Diffstat (limited to 'sponge.h')
-rw-r--r--sponge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sponge.h b/sponge.h
index 6255236..2978e0e 100644
--- a/sponge.h
+++ b/sponge.h
@@ -10,7 +10,6 @@ typedef struct {
void sponge_clear(sponge_Texture c, uint32_t color);
void sponge_draw_rect(sponge_Texture c, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t color);
-void sponge_draw_texture(sponge_Texture c, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, sponge_Texture texture);
// TODO(kard): prefix stripping