summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/atari/history.c b/atari/history.c
index ee47edeba..683d6a588 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -39,15 +39,7 @@
extern char * tree_directory_icon_name;
-struct s_atari_global_history {
- WINDOW * window;
- NSTREEVIEW tv; /*< The history treeview handle. */
- bool open;
- bool init;
-};
-
-static struct s_atari_global_history gl_history;
-
+struct s_atari_global_history gl_history;
void global_history_add_recent( const char *url )