feat!: drop deprecated options

This commit is contained in:
Johan Larsson 2024-01-15 16:24:48 +01:00
parent 24c540998b
commit 548ede8413
1 changed files with 0 additions and 13 deletions

View File

@ -101,19 +101,6 @@
% \end{macrocode}
% \end{macro}
%
% For backwards compatibility with earlier betas of the theme, we implement
% deprecated option names as aliases to the corresponding |key=value| options.
%
% \begin{macrocode}
\pgfkeys{/moloch/.cd,
usetitleprogressbar/.code=\pgfkeysalso{outer/progressbar=frametitle},
noslidenumbers/.code=\pgfkeysalso{outer/numbering=none},
usetotalslideindicator/.code=\pgfkeysalso{outer/numbering=fraction},
nosectionslide/.code=\pgfkeysalso{inner/sectionpage=none},
darkcolors/.code=\pgfkeysalso{color/background=dark},
}
% \end{macrocode}
%
% Set default values for options.
%
% \begin{macrocode}