From 4094232e3d3b877c62d04be87f749e7d2dcbf82d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 14 Aug 2019 12:31:59 +0100 Subject: remove login window from atari frontend --- frontends/atari/login.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 frontends/atari/login.h (limited to 'frontends/atari/login.h') diff --git a/frontends/atari/login.h b/frontends/atari/login.h deleted file mode 100644 index 2821537e2..000000000 --- a/frontends/atari/login.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2010 Ole Loots - * - * This file is part of NetSurf, http://www.netsurf-browser.org/ - * - * 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 . - */ - -#ifndef NS_LOGIN_H_INCLUDED -#define NS_LOGIN_H_INCLUDED - -#include "utils/nsurl.h" - -bool login_form_do(nsurl * url, char * realm, char ** u_out, char ** p_out); - -#endif -- cgit v1.2.3