Removed unused function

This commit is contained in:
James Booth
2014-07-16 22:34:02 +01:00
parent 0619303abe
commit 860591872f
2 changed files with 0 additions and 49 deletions

View File

@@ -24,6 +24,5 @@ ProfBuff* buffer_create();
void buffer_free(ProfBuff* buffer);
void buffer_push(ProfBuff* buffer, const char show_char, const char * const date_fmt, int flags, int attrs, const char * const from, const char * const message);
int buffer_size(ProfBuff* buffer);
int buffer_yield(ProfBuff* buffer, int line, ProfBuffEntry** list);
ProfBuffEntry buffer_yield_entry(ProfBuff* buffer, int entry);
#endif