[poppler] splash/SplashPath.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Dec 18 23:40:17 UTC 2017
splash/SplashPath.h | 2 --
1 file changed, 2 deletions(-)
New commits:
commit c2037af18095bb42dd43bafb42650df469e7e5ef
Author: Oliver Sander <oliver.sander at tu-dresden.de>
Date: Wed Oct 18 23:23:50 2017 +0200
Don't let ArthurOutputDev be friend of SplashPath anymore
Now that ArthurOutputDev uses Qt glyph rendering, there is
not need for it to be friend of SplashPath anymore.
diff --git a/splash/SplashPath.h b/splash/SplashPath.h
index 81273c61..73dbb637 100644
--- a/splash/SplashPath.h
+++ b/splash/SplashPath.h
@@ -116,8 +116,6 @@ protected:
friend class SplashXPath;
friend class Splash;
- // this is a temporary hack, until we read FreeType paths directly
- friend class ArthurOutputDev;
};
#endif
More information about the poppler
mailing list