diff options
author | Julien Cristau <jcristau@debian.org> | 2010-06-12 01:44:28 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2010-06-12 01:45:01 +0200 |
commit | f21fa74b794b301c022519bb319a952642bb55fc (patch) | |
tree | 3e597e79476a6cd69a1f68bc60f453cc80cef840 | |
parent | df4fc8e66daef31fb4d6dba92ad2b590043c2c16 (diff) |
Remove _bitmap_error prototype from dsimple.c
The function itself was dropped in
77c46f5ed8d96106ff117f89932ada0439193cb6.
-rw-r--r-- | dsimple.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |