summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-14 12:18:39 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-14 12:18:39 +0100
commit7f6222babe788418b02dbe251854b9e3d566f04a (patch)
tree3e7dfa7c1520eb3dd07cb48460b1a02cea99e562 /frontends/riscos/gui.h
parentccd81015a1d0f72af32210270da61fdd09d87d0b (diff)
downloadnetsurf-7f6222babe788418b02dbe251854b9e3d566f04a.tar.gz
netsurf-7f6222babe788418b02dbe251854b9e3d566f04a.tar.bz2
remove login from riscos frontend
Diffstat (limited to 'frontends/riscos/gui.h')
-rw-r--r--frontends/riscos/gui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h
index 0d7ee38ae..a7b632334 100644
--- a/frontends/riscos/gui.h
+++ b/frontends/riscos/gui.h
@@ -132,15 +132,6 @@ void ro_gui_download_datasave_ack(wimp_message *message);
bool ro_gui_download_prequit(void);
extern struct gui_download_table *riscos_download_table;
-/* in 401login.c */
-void ro_gui_401login_init(void);
-nserror gui_401login_open(struct nsurl *url, const char *realm,
- const char *username, const char *password,
- nserror (*cb)(const char *username,
- const char *password,
- void *pw),
- void *cbpw);
-
/* in schedule.c */
extern bool sched_active;
extern os_t sched_time;