diff options
Diffstat (limited to 'libmate-desktop/mate-rr-config.h')
-rw-r--r-- | libmate-desktop/mate-rr-config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmate-desktop/mate-rr-config.h b/libmate-desktop/mate-rr-config.h index 0321035..acbcb68 100644 --- a/libmate-desktop/mate-rr-config.h +++ b/libmate-desktop/mate-rr-config.h @@ -64,7 +64,6 @@ char *mate_rr_output_info_get_name (MateRROutputInfo *self); gboolean mate_rr_output_info_is_active (MateRROutputInfo *self); void mate_rr_output_info_set_active (MateRROutputInfo *self, gboolean active); - void mate_rr_output_info_get_geometry (MateRROutputInfo *self, int *x, int *y, int *width, int *height); void mate_rr_output_info_set_geometry (MateRROutputInfo *self, int x, int y, int width, int height); |