From f5bd7c5f50e250dc91e5222290a0ed261ac83bb9 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 18 Mar 2014 10:44:37 -0400 Subject: [PATCH] window: Remove bogus comment These fields haven't been around for quite some time. --- src/core/window-private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/window-private.h b/src/core/window-private.h index 2beb8cd0f..e2eef0bf1 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -431,8 +431,6 @@ struct _MetaWindow * gives the position and size of the client window (i.e. ignoring * the frame). * - * Position valid if user_has_moved, size valid if user_has_resized - * * Position always in root coords, unlike window->rect. */ MetaRectangle user_rect;