openid python constants removed

This commit is contained in:
d1str4ught
2025-08-28 20:15:58 +02:00
parent 3c8a5750f5
commit f19cb2f118

View File

@@ -1492,7 +1492,4 @@ void initapp()
#else
PyModule_AddIntConstant(poModule, "ENABLE_NEW_EQUIPMENT_SYSTEM", 0);
#endif
PyModule_AddIntConstant(poModule, "USE_OPENID", 0);
PyModule_AddIntConstant(poModule, "OPENID_TEST", 0);
}