[gtk+/wip/matthiasc/monitor] wayland: Remove unused field
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/matthiasc/monitor] wayland: Remove unused field
- Date: Sun, 3 Apr 2016 14:51:04 +0000 (UTC)
commit 26fa5b69069235291bdfe77892f73b920df86fce
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 2 14:56:55 2016 -0400
wayland: Remove unused field
gdk/wayland/gdkscreen-wayland.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdk/wayland/gdkscreen-wayland.c b/gdk/wayland/gdkscreen-wayland.c
index c607baf..a9323fc 100644
--- a/gdk/wayland/gdkscreen-wayland.c
+++ b/gdk/wayland/gdkscreen-wayland.c
@@ -102,7 +102,6 @@ struct _GdkWaylandScreen
/* Xinerama/RandR 1.2 */
GPtrArray *monitors;
- gint primary_monitor;
GHashTable *settings;
GsdXftSettings xft_settings;
@@ -151,7 +150,6 @@ init_multihead (GdkScreen *screen)
GdkWaylandScreen *screen_wayland = GDK_WAYLAND_SCREEN (screen);
screen_wayland->monitors = g_ptr_array_new_with_free_func (free_monitor);
- screen_wayland->primary_monitor = 0;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]