diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-05 21:34:50 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-05 21:34:50 +0200 |
commit | 7f66f801f4d5e48726b8950ce7b76973e9c9677a (patch) | |
tree | 0feb70f408131a819a2e5d8b0c7aa93f8f1c8bf0 /nncmpp.c | |
parent | 1dbece753ebbd4625253bf301c88a99a15938da0 (diff) | |
download | nncmpp-7f66f801f4d5e48726b8950ce7b76973e9c9677a.tar.gz nncmpp-7f66f801f4d5e48726b8950ce7b76973e9c9677a.tar.xz nncmpp-7f66f801f4d5e48726b8950ce7b76973e9c9677a.zip |
Give up on freeing tab resources
Diffstat (limited to 'nncmpp.c')
-rw-r--r-- | nncmpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -556,7 +556,6 @@ struct tab // Implementation: - // TODO: free() callback? tab_action_fn on_action; ///< User action handler callback tab_item_draw_fn on_item_draw; ///< Item draw callback |