Simplify redundant fallbacks

Fix #261
This commit is contained in:
Yudai NAKATA 2017-02-24 19:25:25 +09:00
parent c13b01f948
commit ca2c9ed9fe
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@
% problems, hence we define them as no-ops if they are not defined yet.
%
% \begin{macrocode}
\ifx\tikzexternalenable\undefined \newcommand{\tikzexternalenable}{} \fi
\ifx\tikzexternaldisable\undefined \newcommand{\tikzexternaldisable}{} \fi
\providecommand{\tikzexternalenable}{}
\providecommand{\tikzexternaldisable}{}
% \end{macrocode}
%
% \subsubsection{Component sub-packages}