diff options
Diffstat (limited to 'src/plugins/fs/fs.h')
-rw-r--r-- | src/plugins/fs/fs.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/fs/fs.h b/src/plugins/fs/fs.h index fc321480..cc36108b 100644 --- a/src/plugins/fs/fs.h +++ b/src/plugins/fs/fs.h | |||
@@ -77,18 +77,6 @@ enum | |||
77 | }; | 77 | }; |
78 | 78 | ||
79 | /** | 79 | /** |
80 | * Search entry in search summary list. | ||
81 | * Represents a search process. | ||
82 | */ | ||
83 | enum | ||
84 | { | ||
85 | SEARCH_SUMMARY_NAME = 0, | ||
86 | SEARCH_SUMMARY_RESULT_COUNT, | ||
87 | SEARCH_SUMMARY_INTERNAL, | ||
88 | SEARCH_SUMMARY_NUM | ||
89 | }; | ||
90 | |||
91 | /** | ||
92 | * Entry in download summary. | 80 | * Entry in download summary. |
93 | */ | 81 | */ |
94 | enum | 82 | enum |
@@ -197,12 +185,6 @@ typedef struct SL | |||
197 | GtkWidget *searchpage; | 185 | GtkWidget *searchpage; |
198 | 186 | ||
199 | /** | 187 | /** |
200 | * Path to the entry in the summary list | ||
201 | * for this search. | ||
202 | */ | ||
203 | GtkTreeRowReference *summaryViewRowReference; | ||
204 | |||
205 | /** | ||
206 | * URI for this search. | 188 | * URI for this search. |
207 | */ | 189 | */ |
208 | struct GNUNET_ECRS_URI *uri; | 190 | struct GNUNET_ECRS_URI *uri; |