summaryrefslogtreecommitdiff
path: root/libtk/entry.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-08-21 18:01:11 +0100
committerforsyth <forsyth@vitanuova.com>2010-08-21 18:01:11 +0100
commit5849851a19380dbb62a47d9c4d868a81e42fa79b (patch)
tree075bc8e4607ab67e67781fdad26dcb6d93491b1a /libtk/entry.c
parent55b0bc0011ddae9df99d50fa0498110585d09a81 (diff)
20100821-1800
Diffstat (limited to 'libtk/entry.c')
-rw-r--r--libtk/entry.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libtk/entry.c b/libtk/entry.c
index cb7c2b63..9757702e 100644
--- a/libtk/entry.c
+++ b/libtk/entry.c
@@ -179,17 +179,6 @@ x2index(Tk *tk, int x, int *xc)
return t1;
}
-static int
-x2index0(Tk *tk, int x, int *xc)
-{
- int xx, z;
- z = x2index(tk, x, &xx);
- print("x2index(%d)-> (%d, %d)\n", x, z, xx);
- if (xc)
- *xc = xx;
- return z;
-}
-
/*
* recalculate derived values
*/