1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -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(); endwin();
} }
void get_name(char *name)
{
}
void show_name(char *name)
{
}
int main() int main()
{ {
int ypos = 2; int ypos = 2;