background: Remove undefined method declaration

This commit is contained in:
Debarshi Ray 2013-09-30 18:54:56 +02:00
parent ed890e12c2
commit 675bf324f8

View file

@ -70,7 +70,6 @@ struct _BgWallpapersSourceClass
GType bg_wallpapers_source_get_type (void) G_GNUC_CONST;
BgWallpapersSource *bg_wallpapers_source_new (void);
GtkListStore *bg_wallpapers_source_get_liststore (BgWallpapersSource *source);
G_END_DECLS