summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/icon.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/amiga/icon.c b/amiga/icon.c
index ec927fb69..eefcd7695 100644
--- a/amiga/icon.c
+++ b/amiga/icon.c
@@ -247,6 +247,8 @@ ULONG *amiga_icon_convertcolouricon32(UBYTE *icondata, ULONG width, ULONG height
}
+#endif /* WITH_AMIGA_ICON */
+
void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type)
{
struct DiskObject *dobj = NULL;
@@ -327,11 +329,3 @@ void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type
PutIconTags(path, dobj,
ICONPUTA_NotifyWorkbench, TRUE, TAG_DONE);
}
-
-#else
-
-void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type)
-{
-}
-
-#endif /* WITH_AMIGA_ICON */