X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Flocalidentitiespage.h;h=71e0caaef6731b1451fb321d65cfad22b9bfd337;hb=14fff12d9df0ee30e2df4bf9d22c2e83065816df;hp=bc687e12081e7d8476e33dd6f0e77e34fbaa225c;hpb=f208e33c29132aacaec448e74341edea1b925a2a;p=fms.git diff --git a/include/http/pages/localidentitiespage.h b/include/http/pages/localidentitiespage.h index bc687e1..71e0caa 100644 --- a/include/http/pages/localidentitiespage.h +++ b/include/http/pages/localidentitiespage.h @@ -12,8 +12,6 @@ private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars); - const std::string CreateTrueFalseDropDown(const std::string &name, const std::string &selected); - }; #endif // _localidentitiespage_