1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed empty functions

This commit is contained in:
James Booth 2012-02-02 01:14:31 +00:00
parent 6f2b57168d
commit 7452affaef

View File

@ -47,14 +47,6 @@ void close()
endwin();
}
void get_name(char *name)
{
}
void show_name(char *name)
{
}
int main()
{
int ypos = 2;