elm_photocam : remove TIZEN_ONLY code for zoom settig forcefully in _grid_zoom_calc() 15/74515/1 accepted/tizen/common/20160616.151657 accepted/tizen/ivi/20160616.003104 accepted/tizen/mobile/20160616.003045 accepted/tizen/tv/20160616.002943 accepted/tizen/wearable/20160616.003029 submit/tizen/20160615.083837
authorJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 14 Jun 2016 11:27:53 +0000 (20:27 +0900)
committerJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 14 Jun 2016 11:33:59 +0000 (20:33 +0900)
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
Change-Id: Ia49427d2559faee7ee21cca164c4dff076102d0d

src/lib/elm_photocam.c

index c19a36e..713ed1f 100644 (file)
@@ -364,7 +364,6 @@ _grid_zoom_calc(double zoom)
    int z = zoom;
 
    if (z < 1) z = 1;
-   if (z > 8) z = 8; // TIZEN_ONLY(20150813): need to create 1x1 grid when zoom >= 8 to load high res img
    return _nearest_pow2_get(z);
 }