diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/RdFToI.c | 6 |
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; |