summaryrefslogtreecommitdiff
path: root/amiga/launch.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 20:18:26 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 20:26:40 +0100
commit65adc1712123f81847a85ce0374acc5a741368ec (patch)
tree6ddd721ec3488806ee0f209d367bf0a3da62c0a7 /amiga/launch.c
parent975a1d3c5db0dc11a4f5ada68d5d424850858161 (diff)
downloadnetsurf-65adc1712123f81847a85ce0374acc5a741368ec.tar.gz
netsurf-65adc1712123f81847a85ce0374acc5a741368ec.tar.bz2
Fix a bunch of cppcheck unused/unreadVariable warnings
Diffstat (limited to 'amiga/launch.c')
-rwxr-xr-xamiga/launch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/launch.c b/amiga/launch.c
index ebd82294a..0d25bcf32 100755
--- a/amiga/launch.c
+++ b/amiga/launch.c
@@ -105,8 +105,6 @@ BOOL ami_openurl_check_list(struct MinList *list, const char *url)
void ami_openurl_open(void)
{
- struct ami_protocol *ami_p;
-
if(nsoption_bool(use_openurl_lib)) {
if(OpenURLBase = OpenLibrary("openurl.library",0))
IOpenURL = (struct OpenURLIFace *)GetInterface(OpenURLBase,"main",1,NULL);