summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/tex/tikz.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/tex/tikz.code.tex')
-rw-r--r--graphics/pgf/base/tex/tikz.code.tex8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/pgf/base/tex/tikz.code.tex b/graphics/pgf/base/tex/tikz.code.tex
index 2d428f666f..01b1b9d346 100644
--- a/graphics/pgf/base/tex/tikz.code.tex
+++ b/graphics/pgf/base/tex/tikz.code.tex
@@ -3826,11 +3826,9 @@
\tikz@scan@one@point\tikz@@coordinate@at@math(%
}%
\def\tikz@@coordinate@at@math#1{%
- \pgfutil@ifundefined{tikz@scan@point@coordinate}%
- {\pgf@process{#1}%
- \edef\tikz@temp{(\the\pgf@x,\the\pgf@y)}%
- \expandafter\tikz@coordinate@caller\tikz@temp{}}
- {\expandafter\tikz@coordinate@caller\tikz@scan@point@coordinate{}}%
+ \pgf@process{#1}%
+ \edef\tikz@temp{(\the\pgf@x,\the\pgf@y)}%
+ \expandafter\tikz@coordinate@caller\tikz@temp{}%
}%