added color support to xml device
[swftools.git] / lib / pdf / GFXOutputDev.cc
index 84a4635..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);
-    }
 }
 
 
@@ -2696,9 +2690,6 @@ void GFXOutputDev::endTransparencyGroup(GfxState *state)
 
     dbg("endTransparencyGroup this->device now back to %08x (destroying %08x)", states[statepos].olddevice, this->device);
     
-    while(statepos && !states[statepos].olddevice)
-       --statepos;
-   
     this->device = states[statepos].olddevice;
     if(!this->device) {
        msg("<error> Invalid state nesting");