From 5d3c38a704e2e13fae7ed93e9029fa4543c8525b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 12 Feb 2016 13:36:12 +0000 Subject: remove reliance on GLib from monkey frontend This changes the monkey implemntation to use a simple scheduler list and select instead of glib events. --- monkey/poll.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 monkey/poll.h (limited to 'monkey/poll.h') diff --git a/monkey/poll.h b/monkey/poll.h deleted file mode 100644 index 2b14e61bd..000000000 --- a/monkey/poll.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2011 Daniel Silverstone - * - * 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 NETSURF_MONKEY_POLL_H -#define NETSURF_MONKEY_POLL_H 1 - -void monkey_prepare_input(void); - -void monkey_poll(void); - -#endif /* NETSURF_MONKEY_POLL_H */ -- cgit v1.2.3