diff options
author | James Booth <boothj5@gmail.com> | 2015-05-27 00:23:07 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-27 00:23:07 +0100 |
commit | 7507e4ecfad65e1df0ac60d56599aeea6027e345 (patch) | |
tree | 246f834424d45fa919708b6697810b7ec3371e72 | |
parent | eb91f95c9e1703d5e866e092ce9d9f4d2462cbb4 (diff) | |
download | profani-tty-7507e4ecfad65e1df0ac60d56599aeea6027e345.tar.gz |
Removed unused function prototype
-rw-r--r-- | stabbertests/proftest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stabbertests/proftest.h b/stabbertests/proftest.h index da573821..358b355c 100644 --- a/stabbertests/proftest.h +++ b/stabbertests/proftest.h @@ -6,6 +6,5 @@ void init_prof_test(void **state); void close_prof_test(void **state); -void prof_process_xmpp(int loops); #endif |