mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user