diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/chatinput.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/chatinput.cpp b/src/components/chatinput.cpp index 1133302..24fc22b 100644 --- a/src/components/chatinput.cpp +++ b/src/components/chatinput.cpp @@ -149,11 +149,6 @@ void ChatInputTextContainer::ShowFileChooser() { } }); - auto filter_all = Gtk::FileFilter::create(); - filter_all->set_name("All files (*.*)"); - filter_all->add_pattern("*.*"); - dlg->add_filter(filter_all); - dlg->run(); } |