summaryrefslogtreecommitdiff
path: root/amiga/fetch_file.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-09-12 10:23:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-09-12 10:23:12 +0000
commitc0332c43946c1e700cc47835af047435d7b9d587 (patch)
tree5e4c14a53136b27a8689860a3b2c48739c3551d1 /amiga/fetch_file.h
parent90b7aca9655789498119c8def1508bec90691ccf (diff)
downloadnetsurf-c0332c43946c1e700cc47835af047435d7b9d587.tar.gz
netsurf-c0332c43946c1e700cc47835af047435d7b9d587.tar.bz2
Use core file fetcher
svn path=/trunk/netsurf/; revision=10759
Diffstat (limited to 'amiga/fetch_file.h')
-rwxr-xr-xamiga/fetch_file.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/amiga/fetch_file.h b/amiga/fetch_file.h
deleted file mode 100755
index cf0b51d4a..000000000
--- a/amiga/fetch_file.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
- *
- * This file is part of NetSurf.
- *
- * NetSurf is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * NetSurf is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/** \file
- * Fetching of data from a URL (Registration).
- */
-
-#ifndef AMIGA_FETCH_FILE_H
-#define AMIGA_FETCH_FILE_H
-
-void ami_fetch_file_register(void);
-#endif