mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[settings] remove unused extensions
The extensions from the unstable API zone were unused, so remove them
This commit is contained in:
committed by
Martin Fleisz
parent
229916d02e
commit
9ebbefa5fe
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user