Rename confusingly-named file; Remove about from unsupported protocols, as will never

reach this code now.

svn path=/trunk/netsurf/; revision=11829
This commit is contained in:
Chris Young 2011-02-26 17:38:43 +00:00
parent 6eb8783632
commit b0635ea5dd
4 changed files with 2 additions and 3 deletions

View File

@ -58,7 +58,7 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \
thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \
plotters.c object.c menu.c save_pdf.c arexx.c version.c \
cookies.c context_menu.c clipboard.c save_complete.c \
fetch_mailto.c search.c history_local.c download.c iff_dr2d.c \
launch.c search.c history_local.c download.c iff_dr2d.c \
sslcert.c gui_options.c print.c theme.c drag.c icon.c system_colour.c \
stringview/stringview.c stringview/urlhistory.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))

View File

@ -44,13 +44,13 @@
#include "amiga/cookies.h"
#include "amiga/download.h"
#include "amiga/drag.h"
#include "amiga/fetch_mailto.h"
#include "amiga/font.h"
#include "amiga/gui.h"
#include "amiga/gui_options.h"
#include "amiga/history.h"
#include "amiga/history_local.h"
#include "amiga/hotlist.h"
#include "amiga/launch.h"
#include "amiga/login.h"
#include "amiga/menu.h"
#include "amiga/misc.h"

View File

@ -112,7 +112,6 @@ void ami_openurl_open(void)
}
NewMinList(&ami_unsupportedprotocols);
ami_openurl_add_protocol("about:");
ami_openurl_add_protocol("javascript:");
}