diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_list.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/screen_list.h b/src/screen_list.h index 583c225b0..1293b74d9 100644 --- a/src/screen_list.h +++ b/src/screen_list.h @@ -50,7 +50,7 @@ void screen_list_resize(unsigned cols, unsigned rows); const char * -screen_get_name(unsigned i); +screen_get_name(const struct screen_functions *sf); const struct screen_functions * screen_lookup_name(const char *name); @@ -58,7 +58,4 @@ screen_lookup_name(const char *name); int screen_get_id(const char *name); -int -lookup_mode(const struct screen_functions *sf); - #endif |