projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45f2ef
)
edje - oops remove not intended lines
author
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 22 May 2013 07:53:31 +0000
(16:53 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 22 May 2013 07:53:31 +0000
(16:53 +0900)
src/lib/edje/edje_textblock_styles.c
patch
|
blob
|
history
diff --git
a/src/lib/edje/edje_textblock_styles.c
b/src/lib/edje/edje_textblock_styles.c
index
b3ad4b1
..
42fd935
100644
(file)
--- a/
src/lib/edje/edje_textblock_styles.c
+++ b/
src/lib/edje/edje_textblock_styles.c
@@
-243,8
+243,6
@@
_edje_textblock_style_all_update(Edje *ed)
eina_strbuf_append(txt, "font=");
f = (tc && tc->font) ? tc->font : tag->font;
- if (tc && tc->font) printf("tc font = %s\n", tc->font);
- if (tag->font) printf("tag font = %s\n", tag->font);
eina_strbuf_append_escaped(txt, f);
}