Removed unused image size from config

This commit is contained in:
2021-02-26 14:23:35 +01:00
parent 0a79167c48
commit ee8a1fbdae
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -19,8 +19,6 @@ namespace BufferUtils
const int n_modules;
const int start_udp_port;
const std::string buffer_folder;
const int image_y_size;
const int image_x_size;
};