prefer recently used states.
[ardour.git] / gtk2_ardour / utils.h
index 1fa14fe9308959e6cc0415ef4d5dc120e8d046b7..c6df93839488ee4c8569f5308ee0fa477fd961ff 100644 (file)
@@ -80,8 +80,6 @@ static std::map<std::string, Glib::RefPtr<Gdk::Pixbuf> > xpm_map;
 const char* const *get_xpm_data (std::string path);
 std::string longest (std::vector<std::string>&);
 bool key_is_legal_for_numeric_entry (guint keyval);
-void reset_dpi ();
-void set_pango_fontsize ();
 
 void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
 
@@ -94,5 +92,7 @@ std::string rate_as_string (float r);
 
 bool windows_overlap (Gtk::Window *a, Gtk::Window *b);
 
+bool overwrite_file_dialog (Gtk::Window& parent, std::string title, std::string text);
+
 } // namespace
 #endif /* __ardour_gtk_utils_h__ */