Making some tests to answer omit delete second bar under the navigation bar in szeged theme I found that
\documentclass{beamer}
\usetheme{Szeged}
\useoutertheme[subsection=false]{miniframes}
\begin{document}
\frame{Hello}
\end{document}
finishes with
! LaTeX Error: Option clash for package beamerouterthememiniframes. and I would like to understand why is it.
Szeged already load miniframes with another option but I thought that was always possible to load other themes in order to combine them.