diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-12-04 18:43:09 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-12-04 18:43:09 +0000 |
commit | 2d8c8faa5bf578bcce32ef417b037ae47eeb744b (patch) | |
tree | c4d5832ab82f34f6c42e1141b8a982719dc37373 /src/VBox/HostServices/DragAndDrop | |
parent | 28549b40da24333ec5d039b877b15c9d4482a04b (diff) | |
download | VirtualBox-svn-2d8c8faa5bf578bcce32ef417b037ae47eeb744b.tar.gz |
file header fixes
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@75953 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostServices/DragAndDrop')
-rw-r--r-- | src/VBox/HostServices/DragAndDrop/service.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/HostServices/DragAndDrop/service.cpp b/src/VBox/HostServices/DragAndDrop/service.cpp index d3b9982b74d..7b25df691f9 100644 --- a/src/VBox/HostServices/DragAndDrop/service.cpp +++ b/src/VBox/HostServices/DragAndDrop/service.cpp @@ -341,9 +341,7 @@ void DragAndDropService::guestCall(VBOXHGCMCALLHANDLE callHandle, uint32_t u32Cl break; } case GUEST_DND_HG_ACK_OP: - /* Fall through is intentional. */ case GUEST_DND_HG_REQ_DATA: - /* Fall through is intentional. */ case GUEST_DND_HG_EVT_PROGRESS: { if ( modeGet() == VBOX_DRAG_AND_DROP_MODE_BIDIRECTIONAL |