feat!: drop advertised resolutions and fps (#2924)

This commit is contained in:
ReenigneArcher
2024-08-07 22:10:19 -04:00
committed by GitHub
parent 64083c1679
commit 04df80ff6b
7 changed files with 3 additions and 136 deletions

View File

@@ -115,8 +115,6 @@ namespace config {
std::string file_state;
std::string external_ip;
std::vector<std::string> resolutions;
std::vector<int> fps;
};
struct input_t {