summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2010-06-12 01:44:28 +0200
committerJulien Cristau <jcristau@debian.org>2010-06-12 01:45:01 +0200
commitf21fa74b794b301c022519bb319a952642bb55fc (patch)
tree3e597e79476a6cd69a1f68bc60f453cc80cef840
parentdf4fc8e66daef31fb4d6dba92ad2b590043c2c16 (diff)
Remove _bitmap_error prototype from dsimple.c
The function itself was dropped in 77c46f5ed8d96106ff117f89932ada0439193cb6.
-rw-r--r--dsimple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dsimple.c b/dsimple.c
index ff1594d..744a3d6 100644
--- a/dsimple.c
+++ b/dsimple.c
@@ -59,8 +59,6 @@ char *program_name = "unknown_program";
Display *dpy = NULL;
int screen = 0;
-static void _bitmap_error(int, char *);
-
/*
* Malloc: like malloc but handles out of memory using Fatal_Error.
*/