Remove unreachable code 92/105292/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 16 Dec 2016 07:17:39 +0000 (16:17 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 16 Dec 2016 07:17:46 +0000 (16:17 +0900)
This statement in the source code might be unreachable during program execution.

Change-Id: I010cccc36bdbfd290fb39d2e71624b6ec128bf91
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
scl/scluibuilder.cpp

index 801f764..014f3d6 100644 (file)
@@ -1153,8 +1153,6 @@ CSCLUIBuilder::show_magnifier(const sclwindow window, scldrawctx draw_ctx)
                         magnifier_configure->width - decoration_size, magnifier_configure->height - decoration_size,
                         decoration_size, decoration_size);
                     break;
-                default:
-                    break;
                 }
             }
         }