aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auth.c b/src/auth.c
index d6c72da..069e9fe 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -224,8 +224,3 @@ struct userdata_t *auth_check(const char *name2, const char *pass2)
sleep(2);
return NULL;
}
-
-void auth_user_list(void)
-{
- /* FIXME: todo */
-}