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>
This commit is contained in:
committed by
Bryce Harrington
parent
9973967138
commit
2ec5f2a633
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user