summaryrefslogtreecommitdiff
path: root/src/RdFToI.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RdFToI.c')
-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;