when extracting links, don't store the page number
authorMatthias Kramm <kramm@quiss.org>
Sat, 10 Oct 2009 00:21:22 +0000 (17:21 -0700)
committerMatthias Kramm <kramm@quiss.org>
Sat, 10 Oct 2009 00:21:22 +0000 (17:21 -0700)
lib/pdf/GFXOutputDev.cc

index af891cb..da9ec41 100644 (file)
@@ -1658,12 +1658,6 @@ void GFXOutputDev::startPage(int pageNum, GfxState *state, double crop_x1, doubl
     states[statepos].dashStart = 0;
     
     this->last_char_gfxfont = 0;
-       
-    if(this->config_linkdatafile) {
-       FILE*fi = fopen(config_linkdatafile, "ab+");
-       fprintf(fi, "[page %d]\n", pageNum);
-       fclose(fi);
-    }
 }