summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/chatinput.cpp5
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();
}