From 2428f54cec6c802d9e96537b63f4204010e4d101 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Oct 2009 19:41:14 +0200 Subject: [PATCH] screen: removed obsolete screen_get_id() prototype --- src/screen.h | 1 - src/screen_list.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/screen.h b/src/screen.h index a78ae51..949ed56 100644 --- a/src/screen.h +++ b/src/screen.h @@ -75,7 +75,6 @@ char *screen_error(void); void screen_paint(struct mpdclient *c); void screen_update(struct mpdclient *c); void screen_cmd(struct mpdclient *c, command_t cmd); -gint screen_get_id(const char *name); void screen_switch(const struct screen_functions *sf, struct mpdclient *c); diff --git a/src/screen_list.h b/src/screen_list.h index 9f6c926..8d76147 100644 --- a/src/screen_list.h +++ b/src/screen_list.h @@ -45,7 +45,4 @@ screen_get_name(const struct screen_functions *sf); const struct screen_functions * screen_lookup_name(const char *name); -int -screen_get_id(const char *name); - #endif -- 2.30.2