diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-12-11 16:08:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-12-11 16:08:59 +0000 |
commit | b041980732f6a6002001cfe079fdfb982937d4a8 (patch) | |
tree | 0e6e7961c97ff02887c9610c1df71e697b562564 /src/RdFToI.c | |
parent | 90d0638a42553786f54df333f0da4d008e9a0573 (diff) |
more s_open() cleanup.
Diffstat (limited to 'src/RdFToI.c')
-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; |