[server,proxy] remove unused section from config

Remote GFXSettings and Clipboard section as it was no longer used. This
is a non breaking change, existing entries will be ignored (just like up
until now) but the generated config now no longer contains it.
This commit is contained in:
akallabeth
2024-07-01 11:34:01 +02:00
parent b00b38abc2
commit 8f4d105f50
2 changed files with 3 additions and 53 deletions

View File

@@ -81,11 +81,11 @@ extern "C"
size_t InterceptCount;
/* clipboard specific settings */
BOOL TextOnly;
UINT32 MaxTextLength;
WINPR_DEPRECATED_VAR("Unused, ignore", BOOL TextOnly);
WINPR_DEPRECATED_VAR("Unused, ignore", UINT32 MaxTextLength);
/* gfx settings */
BOOL DecodeGFX;
WINPR_DEPRECATED_VAR("Unused, ignore", BOOL DecodeGFX);
/* modules */
char** Modules; /* module file names to load */