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;