summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pst-node/pst-node.pro11
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/texmf-dist/dvips/pst-node/pst-node.pro b/Master/texmf-dist/dvips/pst-node/pst-node.pro
index 94a343c6c1b..c1a814d6af6 100644
--- a/Master/texmf-dist/dvips/pst-node/pst-node.pro
+++ b/Master/texmf-dist/dvips/pst-node/pst-node.pro
@@ -1,7 +1,7 @@
% $Id: pst-node.pro 304 2010-04-22 08:23:39Z herbert $
%%
%% PostScript prologue for pst-node.tex.
-%% Version 1.11, 2010/04/22.
+%% Version 1.12, 2010/04/30.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -578,15 +578,6 @@ def /HPutPos { VPutPos@ HPutLine } def mark LPutVar tx@Dict begin
Y add /Y ED
} def
%
-%------------------------- helper functions ---------------------
-%
-/concatstringarray{ % [(a) (b) ... (z)] --> (ab...z) 20100422
- 0 1 index { length add } forall
- string
- 0 3 2 roll
- { 3 copy putinterval length add }forall
- pop
-} bind def
%
end
%