summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-11 00:35:26 +0100
committerRobin Gareus <robin@gareus.org>2017-03-11 00:35:26 +0100
commit41216d200a8ea30c14a5b7dd133088a658a6f4f9 (patch)
tree96b8cfd2a51758817dcd72eeabfd997e9b612279 /libs/gtkmm2ext/gtkmm2ext
parent05dfc1fdc1e0c0e41dadfacbfb5c1076f8a7364a (diff)
Remove old modal get_color API.
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/gtk_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
index dbe1739ffc..55cb7e415d 100644
--- a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
+++ b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
@@ -157,7 +157,6 @@ class LIBGTKMM2EXT_API UI : public AbstractUI<UIRequest>
call_slot (boost::bind (&UI::delete_in_self, this, obj));
}
- Gdk::Color get_color (const std::string& prompt, bool& picked, const Gdk::Color *initial = 0);
/* starting is sent just before we enter the main loop,
stopping just after we return from it (at the top level)