about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-02 01:14:31 +0000
committerJames Booth <boothj5@gmail.com>2012-02-02 01:14:31 +0000
commit7452affaef75c10f6f625d4d18985814482f7202 (patch)
tree2162c3139325e3a7d5611ec627a7394fff415d7f /profanity.c
parent6f2b57168defff5a761e5f7bf8078b48f5a2a81b (diff)
downloadprofani-tty-7452affaef75c10f6f625d4d18985814482f7202.tar.gz
Removed empty functions
Diffstat (limited to 'profanity.c')
-rw-r--r--profanity.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/profanity.c b/profanity.c
index c93b7a81..0b43cee0 100644
--- a/profanity.c
+++ b/profanity.c
@@ -47,14 +47,6 @@ void close()
     endwin();
 }
 
-void get_name(char *name)
-{
-}
-
-void show_name(char *name)
-{
-}
-
 int main()
 {   
     int ypos = 2;