projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccfd0dd
)
remove an unused variable declaration
author
Tony Cook
<tony@develop-help.com>
Thu, 21 Feb 2013 03:38:20 +0000
(14:38 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 21 Feb 2013 03:38:20 +0000
(14:38 +1100)
fontft1.c
patch
|
blob
|
blame
|
history
diff --git
a/fontft1.c
b/fontft1.c
index e0332f1262aa5a4c003971387d25322c7951022f..df05e86fc166de6c9c5cd5c0e66a02c1c55f61d9 100644
(file)
--- a/
fontft1.c
+++ b/
fontft1.c
@@
-150,7
+150,6
@@
static int LTT_hinted = 1; /* FIXME: this too */
void
i_tt_start(void) {
- im_context_t ctx = im_get_context();
if (slot == -1)
slot = im_context_slot_new(i_tt_uninit);
}