From 7f920600416871e24da272e5ce5e59d446a50ba7 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 25 Sep 2013 20:28:20 +0200 Subject: Removed old treeview files --- atari/old_treeview/history.h | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 atari/old_treeview/history.h (limited to 'atari/old_treeview/history.h') diff --git a/atari/old_treeview/history.h b/atari/old_treeview/history.h deleted file mode 100755 index d94e1880c..000000000 --- a/atari/old_treeview/history.h +++ /dev/null @@ -1,45 +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_ATARI_HISTORY_H -#define NS_ATARI_HISTORY_H - -#include -#include "desktop/tree.h" -#include "atari/treeview.h" -#include "atari/gemtk/gemtk.h" - -struct s_atari_global_history { - GUIWIN *window; /*< The GEMTK window ref */ - NSTREEVIEW tv; /*< The history treeview handle. */ - bool open; - bool init; -}; - -extern struct s_atari_global_history gl_history; - -bool atari_global_history_init( void ); -void atari_global_history_destroy( void ); -void atari_global_history_open( void ); -void atari_global_history_close( void ); - -void atari_global_history_redraw( void ); - - - -#endif -- cgit v1.2.3