diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:37:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:37:05 +0000 |
commit | b1882a1ef3ebf5ab4a1dc8010655c8d5def03b61 (patch) | |
tree | cb9161a5ae062e1fb48641a2a71f8dff00337ecb /Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc | |
parent | 384d961843d060a692d21c4ea38f266171650f91 (diff) |
xpdf 3.04
git-svn-id: svn://tug.org/texlive/trunk@34281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc')
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc b/Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc deleted file mode 100644 index b77658ef43c..00000000000 --- a/Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc +++ /dev/null @@ -1,40 +0,0 @@ -//======================================================================== -// -// SplashPattern.cc -// -//======================================================================== - -#include <aconf.h> - -#ifdef USE_GCC_PRAGMAS -#pragma implementation -#endif - -#include "SplashMath.h" -#include "SplashScreen.h" -#include "SplashPattern.h" - -//------------------------------------------------------------------------ -// SplashPattern -//------------------------------------------------------------------------ - -SplashPattern::SplashPattern() { -} - -SplashPattern::~SplashPattern() { -} - -//------------------------------------------------------------------------ -// SplashSolidColor -//------------------------------------------------------------------------ - -SplashSolidColor::SplashSolidColor(SplashColorPtr colorA) { - splashColorCopy(color, colorA); -} - -SplashSolidColor::~SplashSolidColor() { -} - -void SplashSolidColor::getColor(int x, int y, SplashColorPtr c) { - splashColorCopy(c, color); -} |