summaryrefslogtreecommitdiff
path: root/amiga/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/misc.c')
-rwxr-xr-xamiga/misc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/amiga/misc.c b/amiga/misc.c
index b667628aa..2864a4525 100755
--- a/amiga/misc.c
+++ b/amiga/misc.c
@@ -64,7 +64,6 @@ void warn_user(const char *warning, const char *detail)
REQ_BodyText, bodytext,
REQ_GadgetText, messages_get("OK"),
#ifdef __amigaos4__
- REQ_VarArgs,
REQ_Image, (struct Image *)REQIMAGE_WARNING,
/* REQ_CharSet, 106, */
#endif
@@ -102,18 +101,6 @@ int32 ami_warn_user_multi(const char *body, const char *opt1, const char *opt2,
return res;
}
-void die(const char *error)
-{
- TimedDosRequesterTags(TDR_ImageType,TDRIMAGE_ERROR,
- TDR_TitleString,messages_get("NetSurf"),
- TDR_GadgetString,messages_get("OK"),
-// TDR_CharSet,106,
- TDR_FormatString,"%s",
- TDR_Arg1,error,
- TAG_DONE);
- exit(1);
-}
-
/**
* Create a path from a nsurl using amiga file handling.
*