summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/utils.cc')
-rw-r--r--libs/gtkmm2ext/utils.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/gtkmm2ext/utils.cc b/libs/gtkmm2ext/utils.cc
index e8f8d69279..ff5e5d8a9c 100644
--- a/libs/gtkmm2ext/utils.cc
+++ b/libs/gtkmm2ext/utils.cc
@@ -391,14 +391,6 @@ Gtkmm2ext::container_clear (Gtk::Container& c)
void
Gtkmm2ext::rounded_rectangle (Cairo::RefPtr<Cairo::Context> context, double x, double y, double w, double h, double r)
{
- /* renders small shapes better than most others */
-
-/* A****BQ
- H C
- * *
- G D
- F****E
-*/
rounded_rectangle (context->cobj(), x, y, w, h, r);
}