diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-06-25 19:21:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-06-25 19:55:04 -0400 |
commit | 8755d884f3e5043f355d4c6403e954ea5ff0928f (patch) | |
tree | 36ccc605c99d88687b1af5c6d2897086b3722bda /gdk/gdkmonitor.h | |
parent | 010f4e90e38fd71967428486fd986e4dfc444c7b (diff) | |
download | gtk+-8755d884f3e5043f355d4c6403e954ea5ff0928f.tar.gz |
Remove a lot of Since annotations
4.0 will represent a clean epoch. We don't want to have
lots of noise in the docs about 2.x or 3.x.
Diffstat (limited to 'gdk/gdkmonitor.h')
-rw-r--r-- | gdk/gdkmonitor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkmonitor.h b/gdk/gdkmonitor.h index fe6836525e..79fd434660 100644 --- a/gdk/gdkmonitor.h +++ b/gdk/gdkmonitor.h @@ -50,8 +50,6 @@ typedef struct _GdkMonitorClass GdkMonitorClass; * * This enumeration describes how the red, green and blue components * of physical pixels on an output device are laid out. - * - * Since: 3.22 */ typedef enum { GDK_SUBPIXEL_LAYOUT_UNKNOWN, |