diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
commit | 929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch) | |
tree | 65742eabdc7437b5c8a8712b3cc64b27e56ab94d /gtk/gtkstackswitcher.c | |
parent | 6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff) | |
download | gtk+-929a56e53cddb56e9057ff6c3aa2d968ce31a103.tar.gz |
Clean up lots of GTK+ -> GTK
Replace most remaining uses of GTK+ in the docs and
user-visible strings by GTK. Also remove some leftover
"Was added in 3.x" sentences from the docs.
Diffstat (limited to 'gtk/gtkstackswitcher.c')
-rw-r--r-- | gtk/gtkstackswitcher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c index b295862108..f9316f9a4d 100644 --- a/gtk/gtkstackswitcher.c +++ b/gtk/gtkstackswitcher.c @@ -51,8 +51,6 @@ * It is possible to associate multiple #GtkStackSwitcher widgets * with the same #GtkStack widget. * - * The GtkStackSwitcher widget was added in 3.10. - * * # CSS nodes * * GtkStackSwitcher has a single CSS node named stackswitcher and |