diff options
Diffstat (limited to 'src/VBox/Main/src-client/GuestImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-client/GuestImpl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/Main/src-client/GuestImpl.cpp b/src/VBox/Main/src-client/GuestImpl.cpp index 958f91d6cd3..d5f2dec2589 100644 --- a/src/VBox/Main/src-client/GuestImpl.cpp +++ b/src/VBox/Main/src-client/GuestImpl.cpp @@ -1082,8 +1082,5 @@ void Guest::i_setSupportedFeatures(uint32_t aCaps) aCaps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? VBoxGuestFacilityStatus_Active : VBoxGuestFacilityStatus_Inactive, 0 /*fFlags*/, &TimeSpecTS); /** @todo Add VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING */ - i_facilityUpdate(VBoxGuestFacilityType_Graphics, - aCaps & VMMDEV_GUEST_SUPPORTS_GRAPHICS ? VBoxGuestFacilityStatus_Active : VBoxGuestFacilityStatus_Inactive, - 0 /*fFlags*/, &TimeSpecTS); } |