From 28284a348d11599f32f8af08024e3730afdc3269 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 7 May 2018 00:31:07 +0300 Subject: server: initial work on command line argument handling. --- src/server/ui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/server/ui.h') diff --git a/src/server/ui.h b/src/server/ui.h index 8070be3..d764180 100644 --- a/src/server/ui.h +++ b/src/server/ui.h @@ -30,9 +30,6 @@ enum uitype { ui_gtk }; -static const enum uitype UI_DEFAULT = ui_curses; -static const struct timespec DEFAULT_PERIOD = {0, 200 * 1000 * 1000}; /* 200 ms */ - int ui_init(int argc, char ***argv, enum uitype ui, int nd, struct timespec period); int ui_startloop(void); -- cgit v1.2.3