X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.c;fp=recctrl%2Frectext.c;h=de72fdb5c11026e5869874cee0ba348f221456f2;hb=e4943abc48c7750da0152b593a1e7aaf578f4b02;hp=5d04bfb7ecf6e21a2a09ab1d4a3825022c5376f0;hpb=8c2b1cb07e43a08cf1e0ac844c81d4e066eacf23;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.c b/recctrl/rectext.c index 5d04bfb..de72fdb 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,4 +1,4 @@ -/* $Id: rectext.c,v 1.17 2004-05-14 10:57:42 adam Exp $ +/* $Id: rectext.c,v 1.18 2004-06-16 20:32:41 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -134,7 +134,6 @@ static int text_extract (void *clientData, struct recExtractCtrl *p) static int text_retrieve (void *clientData, struct recRetrieveCtrl *p) { - struct text_info *tinfo = clientData; int r, text_ptr = 0; static char *text_buf = NULL; static int text_size = 0;