diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-08-21 18:01:11 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-08-21 18:01:11 +0100 |
| commit | 5849851a19380dbb62a47d9c4d868a81e42fa79b (patch) | |
| tree | 075bc8e4607ab67e67781fdad26dcb6d93491b1a /libtk/entry.c | |
| parent | 55b0bc0011ddae9df99d50fa0498110585d09a81 (diff) | |
20100821-1800
Diffstat (limited to 'libtk/entry.c')
| -rw-r--r-- | libtk/entry.c | 11 |
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 */ |
