summaryrefslogtreecommitdiff
path: root/src/WrFFrI.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/WrFFrI.c')
-rw-r--r--src/WrFFrI.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/WrFFrI.c b/src/WrFFrI.c
index 4c3ecac..f48a93b 100644
--- a/src/WrFFrI.c
+++ b/src/WrFFrI.c
@@ -32,11 +32,6 @@
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/*
- * The code related to AMIGA has been added by
- * Lorens Younes (d93-hyo@nada.kth.se) 4/96
- */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -124,11 +119,7 @@ XpmWriteFileFromXpmImage(
#ifdef VMS
name = filename;
#else
- if (!(name = strrchr(filename, '/'))
-#ifdef AMIGA
- && !(name = strrchr(filename, ':'))
-#endif
- )
+ if (!(name = strrchr(filename, '/')))
name = filename;
else
name++;