From 03beef19aed6291da9093c1fc2dacc147a1bbd72 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Nov 2012 18:14:02 +0100 Subject: remove mini-commander applet --- mini-commander/src/history.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 mini-commander/src/history.h (limited to 'mini-commander/src/history.h') diff --git a/mini-commander/src/history.h b/mini-commander/src/history.h deleted file mode 100644 index 1dd5dea2..00000000 --- a/mini-commander/src/history.h +++ /dev/null @@ -1,6 +0,0 @@ -#include "mini-commander_applet.h" - -int exists_history_entry(int pos); -extern char *get_history_entry(int pos); -extern void set_history_entry(int pos, char * entry); -extern void append_history_entry(MCData *mcdata, const char * entry, gboolean load_history); -- cgit v1.2.1