remove now unused (moved) template initialization

This commit is contained in:
AdenKoperczak 2024-09-20 13:29:59 -04:00
parent 02bf673105
commit d48baab44c
3 changed files with 0 additions and 24 deletions

View file

@ -99,10 +99,6 @@ private:
std::unique_ptr<Impl> p;
};
#ifdef SETTINGS_CONTAINER_IMPLEMENTATION
template class SettingsContainer<std::vector<std::int64_t>>;
#endif
} // namespace settings
} // namespace qt
} // namespace scwx