diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-04-18 01:22:27 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-05-02 15:27:29 -0700 |
commit | 4d3789c9b3fbe6aad32fcacd964353b612640f27 (patch) | |
tree | e7eba5f1f609d2752d3038d47c256d50e9d3c366 /miext | |
parent | 048d15192af39ba5111882d18a957b6ff4e34cad (diff) |
rootless: Remove an unneeded comment
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'miext')
-rw-r--r-- | miext/rootless/rootlessWindow.c | 4 |
1 files changed, 0 insertions, 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 ()); } |