delete unused codes and end charactor ^M
authoryanjie.hu <yanjie.hu@samsung.com>
Thu, 21 Mar 2013 08:37:39 +0000 (16:37 +0800)
committeryanjie.hu <yanjie.hu@samsung.com>
Thu, 21 Mar 2013 08:37:39 +0000 (16:37 +0800)
Change-Id: I9d5e2103c7dab0e713661fc8e7592c5706390df1

scl/gwes/efl/sclwindows-efl.cpp
scl/scluibuilder.cpp

index c584d5f..bbd299a 100644 (file)
@@ -326,10 +326,10 @@ CSCLWindowsImplEfl::destroy_window(sclwindow window)
     CSCLWindows *windows = CSCLWindows::get_instance();
     CSCLUtils *utils = CSCLUtils::get_instance();
 
-    SclWindowContext *winctx = NULL;\r
-    if (windows) {\r
-        winctx = windows->get_window_context(window);\r
-    }\r
+    SclWindowContext *winctx = NULL;
+    if (windows) {
+        winctx = windows->get_window_context(window);
+    }
 
     if (windows && utils && winctx) {
         if (winctx->etc_info) {
index 0902f1c..421c781 100644 (file)
@@ -389,13 +389,14 @@ CSCLUIBuilder::draw_button_label(const sclwindow window, const scldrawctx draw_c
     scl_assert_return_false(coordination);
 
     if (windows && graphics && cache && coordination) {
+        /*
         if (coordination->long_key_value) {
             if (strlen(coordination->long_key_value) > 0) {
                 if (strcmp(coordination->long_key_value, " ") != 0) {
                     //saved_longkey_str = coordination->long_key_value;
                 }
             }
-        }
+        }*/
 
         /* If the target window is virtual window, let's draw it on the base window */
         sclint targetaddx = 0;