forked from AuroraMiddleware/gtk
searchenginemodel: Remove unused code
This commit is contained in:
parent
8832ab45d9
commit
e81ba8924a
@ -28,8 +28,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define BATCH_SIZE 500
|
||||
|
||||
struct _GtkSearchEngineModel
|
||||
{
|
||||
GtkSearchEngine parent;
|
||||
@ -37,7 +35,6 @@ struct _GtkSearchEngineModel
|
||||
GtkFileSystemModel *model;
|
||||
GtkQuery *query;
|
||||
|
||||
gboolean query_finished;
|
||||
guint idle;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user