diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index e749d519dc..82397a325d 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -699,12 +699,6 @@ get_icon_sets () string d = *e; - /* ignore dotfiles, . and .. */ - - if (d.empty() || d[0] == '.') { - continue; - } - Glib::ustring path = Glib::build_filename (*s, *e); if (Glib::file_test (path, Glib::FILE_TEST_IS_DIR)) {