summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2004-12-11 16:08:59 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2004-12-11 16:08:59 +0000
commitb041980732f6a6002001cfe079fdfb982937d4a8 (patch)
tree0e6e7961c97ff02887c9610c1df71e697b562564
parent90d0638a42553786f54df333f0da4d008e9a0573 (diff)
downloadxorg-lib-libXpm-b041980732f6a6002001cfe079fdfb982937d4a8.tar.gz
more s_open() cleanup.
-rw-r--r--src/RdFToI.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/RdFToI.c b/src/RdFToI.c
index b81caf5..759535e 100644
--- a/src/RdFToI.c
+++ b/src/RdFToI.c
@@ -182,12 +182,6 @@ fail2:
/*
* open the given file to be read as an xpmData which is returned.
*/
-#ifndef NO_ZPIPE
- FILE *s_popen(char *cmd, const char *type);
-#else
-# define s_popen popen
-#endif
-
static int
OpenReadFile(filename, mdata)
char *filename;