summaryrefslogtreecommitdiff
path: root/gtk/gtkroundedboxprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-12-13 20:51:57 +0100
committerBenjamin Otte <otte@redhat.com>2016-12-20 18:01:10 +0100
commitfa9b0f9965d51327139745a2536a7f2fb002b01d (patch)
treefdf196cf779db55ab467a707c0cae95e0fcd9119 /gtk/gtkroundedboxprivate.h
parente26f84fca0446eebea1cfc5606ac5541db6bfcd6 (diff)
downloadgtk+-fa9b0f9965d51327139745a2536a7f2fb002b01d.tar.gz
roundedbox: Remove _gtk_rounded_box_move()
Use gsk_rounded_rect_offset() instead.
Diffstat (limited to 'gtk/gtkroundedboxprivate.h')
-rw-r--r--gtk/gtkroundedboxprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkroundedboxprivate.h b/gtk/gtkroundedboxprivate.h
index e3384cf8c4..f4a0910127 100644
--- a/gtk/gtkroundedboxprivate.h
+++ b/gtk/gtkroundedboxprivate.h
@@ -52,9 +52,6 @@ void _gtk_rounded_box_shrink (GskRoundedRect
double right,
double bottom,
double left);
-void _gtk_rounded_box_move (GskRoundedRect *box,
- double dx,
- double dy);
double _gtk_rounded_box_guess_length (const GskRoundedRect *box,
GtkCssSide side);