From 4d3789c9b3fbe6aad32fcacd964353b612640f27 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sun, 18 Apr 2010 01:22:27 -0700 Subject: [PATCH] rootless: Remove an unneeded comment Signed-off-by: Jeremy Huddleston --- miext/rootless/rootlessWindow.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/miext/rootless/rootlessWindow.c b/miext/rootless/rootlessWindow.c index e78e2c8f1..55c7b9689 100644 --- a/miext/rootless/rootlessWindow.c +++ b/miext/rootless/rootlessWindow.c @@ -1553,10 +1553,6 @@ RootlessDisableRoot (ScreenPtr pScreen) return; RootlessDestroyFrame (pRoot, winRec); - /* - * gstaplin: I fixed the usage of this DeleteProperty so that it would compile. - * QUESTION: Where is this xa_native_window_id set? - */ DeleteProperty (serverClient, pRoot, xa_native_window_id ()); }