1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2013-04-07 22:39:02 +08:00
parent 91347b2683
commit fb7423dccd
2 changed files with 2 additions and 6 deletions

View File

@ -84,10 +84,6 @@ public:
* We just mark as changed, and recheck if they have been changed when we are about to output a new string
*/
/*
* Ugly implementation of save/restore
*/
virtual void saveState(GfxState * state) { updateAll(state); }
virtual void restoreState(GfxState * state) { updateAll(state); }
virtual void updateAll(GfxState * state);

View File

@ -377,8 +377,8 @@ public:
/////////////////////////////////////
/*
* Manage the background image sizes
* Kind of similar with StateManager, but not exactly the same
* anyway temporarly leave it here
*
* We don't merge similar values, since they are bound with PAGE_CONTENT_BOX_number
*/
class BGImageSizeManager
{