diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2012-07-04 12:23:35 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2012-07-04 12:23:35 +0000 |
commit | 669689dbefcb2fa88e72e24a2d0e3f03a1c6f1da (patch) | |
tree | f08db7c22fb324826b6079905c5773f3793e829d /legacy/evas/src/lib/engines/common/evas_font_load.c | |
parent | 001c11207a57c7bd1f327a7b52a489c55ac73620 (diff) |
Evas: Remove unused variables.
SVN revision: 73276
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_font_load.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_font_load.c b/legacy/evas/src/lib/engines/common/evas_font_load.c index 42628be7ed..33126ad129 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_load.c +++ b/legacy/evas/src/lib/engines/common/evas_font_load.c | |||
@@ -736,8 +736,6 @@ evas_common_font_memory_hinting_add(RGBA_Font *fn, const char *source, const cha | |||
736 | static void | 736 | static void |
737 | _evas_common_font_int_clear(RGBA_Font_Int *fi) | 737 | _evas_common_font_int_clear(RGBA_Font_Int *fi) |
738 | { | 738 | { |
739 | int i, j, k; | ||
740 | |||
741 | LKL(fi->ft_mutex); | 739 | LKL(fi->ft_mutex); |
742 | if (!fi->fash) | 740 | if (!fi->fash) |
743 | { | 741 | { |