[settings] remove unused extensions

The extensions from the unstable API zone were unused, so remove them
This commit is contained in:
akallabeth
2023-10-19 12:03:15 +02:00
committed by Martin Fleisz
parent 229916d02e
commit 9ebbefa5fe
2 changed files with 0 additions and 20 deletions

View File

@@ -1701,18 +1701,6 @@ extern "C"
* The zone below this point is ABI unstable, and
* is therefore potentially subject to ABI breakage.
*/
/*
* Extensions
*/
/* Extensions */
ALIGN64 INT32 num_extensions; /* */
ALIGN64 struct rdp_ext_set extensions[16]; /* */
ALIGN64 BYTE* SettingsModified; /* byte array marking fields that have been modified from
their default value - currently UNUSED! */
ALIGN64 char* XSelectionAtom;
};
typedef struct rdp_settings rdpSettings;