From c07a5a3e105744eb04602827ca28238d07d836bd Mon Sep 17 00:00:00 2001 From: Kim Youngjin Date: Wed, 11 Mar 2015 09:30:09 +0900 Subject: [PATCH 1/1] Fix empty line Change-Id: Ie1d100e182056ba9a1daeeb7a3bf6cc22dcd4c1a Signed-off-by: Kim Youngjin --- src/layouts/FbMusicLayout.cpp | 1 - src/main.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/layouts/FbMusicLayout.cpp b/src/layouts/FbMusicLayout.cpp index ebc64ed..f3b0ea9 100644 --- a/src/layouts/FbMusicLayout.cpp +++ b/src/layouts/FbMusicLayout.cpp @@ -179,7 +179,6 @@ void CFbMusicLayout::Destroy(void) void CFbMusicLayout::SetFocus(Eina_Bool flag) { ASSERT(m); - _DBG(); m->pFileGrid->SetFocus(flag); } diff --git a/src/main.cpp b/src/main.cpp index 4c19c1e..6631d54 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,6 @@ #include #include "BaseApp.h" - #include #include #include -- 2.7.4