summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-13 20:45:35 (GMT)
committerjoye <joye>2013-09-13 20:45:35 (GMT)
commit5b36f800ce6129d9d3781ae095d8ce8ce0c944a2 (patch)
tree62034bb7706459224157048049874e456bd62c51
parentdd482bcee50a7253251ec90aaecffa97b6157ea7 (diff)
downloadblt-5b36f800ce6129d9d3781ae095d8ce8ce0c944a2.zip
blt-5b36f800ce6129d9d3781ae095d8ce8ce0c944a2.tar.gz
blt-5b36f800ce6129d9d3781ae095d8ce8ce0c944a2.tar.bz2
*** empty log message ***
-rwxr-xr-xconfigure1
-rwxr-xr-xconfigure.in1
-rw-r--r--src/bltConfig.C1
-rw-r--r--src/bltGrPSOutput.C1
-rw-r--r--src/bltGrPSOutput.h2
5 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 636a8d1..a052619 100755
--- a/configure
+++ b/configure
@@ -5557,7 +5557,6 @@ done
bltList.c
bltNsUtil.c
bltParse.c
- bltPictCmd.c
bltPool.c
bltPs.c
bltPsAfm.c
diff --git a/configure.in b/configure.in
index cfaf02c..dc46954 100755
--- a/configure.in
+++ b/configure.in
@@ -96,7 +96,6 @@ TEA_ADD_SOURCES([
bltList.c
bltNsUtil.c
bltParse.c
- bltPictCmd.c
bltPool.c
bltPs.c
bltPsAfm.c
diff --git a/src/bltConfig.C b/src/bltConfig.C
index be904d8..8ced073 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -79,7 +79,6 @@
#include "bltInt.h"
#include "bltWindow.h"
#include "bltFont.h"
-#include "bltPicture.h"
#include "bltBgStyle.h"
#define PIXELS_NNEG 0
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index 70ba09f..b9f4c68 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -37,7 +37,6 @@
#include "bltInt.h"
#include "bltMath.h"
#include "bltDBuffer.h"
-#include "bltPicture.h"
#include "bltPsInt.h"
#define PS_MAXPATH 1500 /* Maximum number of components in a
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index 1e65f99..93e73ec 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -27,8 +27,6 @@
#ifndef _BLT_PS_H
#define _BLT_PS_H
-#include "bltPicture.h"
-
/*
* PageSetup --
*