@@ -95,55 +95,6 @@ void web_crawler_set_file_type_update(void *context);
9595 */
9696void web_crawler_set_file_rename_update (void * context );
9797
98- /**
99- * @brief Handler for Path configuration item click.
100- * @param context The context - WebCrawlerApp object.
101- * @param index The index of the item that was clicked.
102- */
103- void web_crawler_setting_item_path_clicked (void * context , uint32_t index );
104-
105- /**
106- * @brief Handler for headers configuration item click.
107- * @param context The context - WebCrawlerApp object.
108- * @param index The index of the item that was clicked.
109- */
110- void web_crawler_setting_item_headers_clicked (void * context , uint32_t index );
111-
112- /**
113- * @brief Handler for payload configuration item click.
114- * @param context The context - WebCrawlerApp object.
115- * @param index The index of the item that was clicked.
116- */
117- void web_crawler_setting_item_payload_clicked (void * context , uint32_t index );
118-
119- /**
120- * @brief Handler for SSID configuration item click.
121- * @param context The context - WebCrawlerApp object.
122- * @param index The index of the item that was clicked.
123- */
124- void web_crawler_setting_item_ssid_clicked (void * context , uint32_t index );
125-
126- /**
127- * @brief Handler for Password configuration item click.
128- * @param context The context - WebCrawlerApp object.
129- * @param index The index of the item that was clicked.
130- */
131- void web_crawler_setting_item_password_clicked (void * context , uint32_t index );
132-
133- /**
134- * @brief Handler for File Type configuration item click.
135- * @param context The context - WebCrawlerApp object.
136- * @param index The index of the item that was clicked.
137- */
138- void web_crawler_setting_item_file_type_clicked (void * context , uint32_t index );
139-
140- /**
141- * @brief Handler for File Rename configuration item click.
142- * @param context The context - WebCrawlerApp object.
143- * @param index The index of the item that was clicked.
144- */
145- void web_crawler_setting_item_file_rename_clicked (void * context , uint32_t index );
146-
14798/**
14899 * @brief Handler for File Delete configuration item click.
149100 * @param context The context - WebCrawlerApp object.
0 commit comments