Lua: remove unneeded todo comments

Change-Id: I2591a0f21092a251e6fc4393e97ae0594318dfdf
Reviewed-on: https://code.wireshark.org/review/10214
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2015-08-23 20:36:33 +02:00
parent fd68385a2b
commit 6b9a628e54
1 changed files with 0 additions and 7 deletions

View File

@ -968,13 +968,6 @@ void wslua_init(register_cb cb, gpointer client_data) {
first_time = FALSE;
}
/* @TODO: Reloading Lua plugins.
*
* - Deregister FileHandlers
* - Support deregister ProtoField with existing abbrev (same_name_hfinfo)
* - Add a progress dialog when reloading many plugins
* - Search for memory leakages in wslua functions
*/
void wslua_reload_plugins (register_cb cb, gpointer client_data) {
const funnel_ops_t* ops = funnel_get_funnel_ops();