remove useless 06/45906/1 accepted/tizen/mobile/20150813.011937 accepted/tizen/tv/20150813.011952 accepted/tizen/wearable/20150813.012007 submit/tizen/20150812.095128
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 12 Aug 2015 08:57:33 +0000 (17:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 12 Aug 2015 08:58:59 +0000 (17:58 +0900)
Change-Id: Id7cd047020772b94323f0e288606145dd80c3f22

src/tbm_surface_internal.c

index 2041059..834a5cc 100755 (executable)
@@ -161,8 +161,6 @@ _tbm_surface_internal_destroy (tbm_surface_h surface)
 {
     int i;
 
-    surface = (struct _tbm_surface *)surface;
-
     for (i = 0; i < surface->num_bos; i++)
     {
         tbm_bo_unref (surface->bos[i]);