summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-12-03 12:23:12 -0500
committerBryce Harrington <bryce@osg.samsung.com>2015-12-03 15:28:53 -0800
commit2ec5f2a633d9016bbbfc8de09368157d2497160d (patch)
tree231421d37be23c9e10128184878f892a327560cf /xwayland
parent99739671387e3defb950b49bb72f26b6a193419f (diff)
downloadweston-2ec5f2a633d9016bbbfc8de09368157d2497160d.tar.gz
cosmetic: Remove use of C++ style comments
Patch updated to remove dead lines as suggested by Daniel Stone Signed-off-by: Chris Michael <cp.michael@samsung.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/window-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index 9398d24e..dd873df7 100644
--- a/xwayland/window-manager.c
+++ b/xwayland/window-manager.c
@@ -1715,8 +1715,6 @@ weston_wm_destroy_cursors(struct weston_wm *wm)
static int
get_cursor_for_location(enum theme_location location)
{
- // int location = theme_get_location(t, x, y, width, height, 0);
-
switch (location) {
case THEME_LOCATION_RESIZING_TOP:
return XWM_CURSOR_TOP;