From b1882a1ef3ebf5ab4a1dc8010655c8d5def03b61 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 18 Jun 2014 11:37:05 +0000 Subject: xpdf 3.04 git-svn-id: svn://tug.org/texlive/trunk@34281 c570f23f-e606-0410-a88d-b1316a301751 --- .../libs/xpdf/xpdf-3.03/splash/SplashPattern.cc | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc (limited to 'Build/source/libs/xpdf/xpdf-3.03/splash/SplashPattern.cc') 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 - -#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); -} -- cgit v1.2.3