about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_ac.h')
-rw-r--r--src/command/cmd_ac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index c0485916..ef715310 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -59,6 +59,5 @@ void cmd_ac_add_form_fields(DataForm* form);
 void cmd_ac_remove_form_fields(DataForm* form);
 
 char* cmd_ac_complete_filepath(const char* const input, char* const startstr, gboolean previous);
-char* _get_last_message(ProfWin* window);
 
 #endif