summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/VMMDev/VMMDevState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/VMMDev/VMMDevState.h')
-rw-r--r--src/VBox/Devices/VMMDev/VMMDevState.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/VBox/Devices/VMMDev/VMMDevState.h b/src/VBox/Devices/VMMDev/VMMDevState.h
index 0949d66c8..1e67392aa 100644
--- a/src/VBox/Devices/VMMDev/VMMDevState.h
+++ b/src/VBox/Devices/VMMDev/VMMDevState.h
@@ -1,4 +1,4 @@
-/* $Id: VMMDevState.h 29307 2010-05-10 15:18:22Z vboxsync $ */
+/* $Id: VMMDevState.h 29590 2010-05-18 07:02:17Z vboxsync $ */
/** @file
* VMMDev - Guest <-> VMM/Host communication device, internal header.
*/
@@ -170,9 +170,6 @@ typedef struct VMMDevState
/* seamless mode change request */
bool fLastSeamlessEnabled, fSeamlessEnabled;
- /* shared paging change request. */
- bool fPageSharingEnabled;
-
bool fVRDPEnabled;
uint32_t u32VRDPExperienceLevel;