diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1319,9 +1319,6 @@ zenity_parse_options_callback (poptContext ctx, case MODE_TEXTINFO: results->text_data->uri = g_strdup (arg); break; - case MODE_LIST: - results->tree_data->uri = g_strdup (arg); - break; default: zenity_error ("--filename", ERROR_SUPPORT); } |