From 57e95c8969394915c1796f48108443b0a8b7c28b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:07:45 -0400 Subject: replace file chooser with native also remove clipboard since it was just a workaround and i dont want to maintain it --- src/windows/guildsettings/infopane.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/windows/guildsettings/infopane.hpp') diff --git a/src/windows/guildsettings/infopane.hpp b/src/windows/guildsettings/infopane.hpp index 8a7e6a2..d779b99 100644 --- a/src/windows/guildsettings/infopane.hpp +++ b/src/windows/guildsettings/infopane.hpp @@ -13,9 +13,7 @@ private: void UpdateGuildIconFromData(const std::vector &data, const std::string &mime); void UpdateGuildIconFromPixbuf(Glib::RefPtr pixbuf); void UpdateGuildIconPicker(); - void UpdateGuildIconClipboard(); - Gtk::Label m_guild_icon_label; Gtk::EventBox m_guild_icon_ev; // necessary to make custom cursor behave properly Gtk::Image m_guild_icon; -- cgit v1.2.3