Remove unused functions.

This commit is contained in:
Michael Drake 2012-10-09 15:26:32 +01:00
parent 4945eeac2f
commit 38a9c374a4
2 changed files with 0 additions and 13 deletions

View File

@ -43,17 +43,6 @@ extern char * tree_directory_icon_name;
struct s_atari_global_history gl_history;
void global_history_add_recent( const char *url )
{
}
char **global_history_get_recent( int *count )
{
return NULL;
}
void global_history_open( void )
{
GRECT pos = {app.w - (app.w/3), app.y, app.w/3, app.h/2};

View File

@ -325,8 +325,6 @@ void hotlist_visited(struct hlcache_handle *c);
/* In platform specific global_history.c. */
void global_history_add(const char *url);
void global_history_add_recent(const char *url);
char **global_history_get_recent(int *count);
/* In platform specific theme_install.c. */
#ifdef WITH_THEME_INSTALL