query, searchengine: Drop unused and undefined function declarations

https://bugzilla.gnome.org/show_bug.cgi?id=739977
This commit is contained in:
Debarshi Ray 2014-11-11 16:17:13 +01:00
parent fc855eea7a
commit 3f4bed4d8f
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ struct _GtkQueryClass
};
GType _gtk_query_get_type (void);
gboolean _gtk_query_enabled (void);
GtkQuery* _gtk_query_new (void);

View File

@ -66,7 +66,6 @@ struct _GtkSearchEngineClass
};
GType _gtk_search_engine_get_type (void);
gboolean _gtk_search_engine_enabled (void);
GtkSearchEngine* _gtk_search_engine_new (void);