summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.h b/src/screen.h
index 3c8a84353..60490f3b8 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -117,8 +117,6 @@ struct _ScreenInfo
gint depth;
gint width; /* Size of all output combined */
gint height; /* Size of all output combined */
- gint logical_width; /* Xorg reported size */
- gint logical_height; /* Xorg reported size */
Visual *visual;
GtkWidget *gtk_win;