Code

screen: removed obsolete screen_get_id() prototype
authorMax Kellermann <max@duempel.org>
Thu, 1 Oct 2009 17:41:14 +0000 (19:41 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 1 Oct 2009 17:41:14 +0000 (19:41 +0200)
src/screen.h
src/screen_list.h

index a78ae51a3ce397ad669841e92cd2f91bd339d94b..949ed565cf10858d02604579ee176ebd52238ed6 100644 (file)
@@ -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);
index 9f6c926d1660711c1c1875160da3898c24072e79..8d76147f4e71324a8709d2c4580c2aa4b04981f0 100644 (file)
@@ -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