about summary refs log tree commit diff stats
path: root/src/files.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 22:12:35 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 22:12:35 +0000
commit0b4c464919d44851afd9091eaa435d3fb205e18e (patch)
tree70bf36830b967d5ae2b81122608c31b0c6447090 /src/files.h
parent66647546f423e955fd07a8bc4db3baa7d17c5e0d (diff)
downloadprofani-tty-0b4c464919d44851afd9091eaa435d3fb205e18e.tar.gz
Moved function to get chat log dir to log.c
Diffstat (limited to 'src/files.h')
-rw-r--r--src/files.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/files.h b/src/files.h
index 9c9670fa..5c34deaa 100644
--- a/src/files.h
+++ b/src/files.h
@@ -24,7 +24,6 @@
 #define FILES_H
 
 void files_create_directories(void);
-gchar* files_get_chatlog_dir(void);
 gchar* files_get_preferences_file(void);
 gchar* files_get_log_file(void);
 gchar* files_get_themes_dir(void);