summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/ATAPIPassthrough.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/Storage/ATAPIPassthrough.cpp')
-rw-r--r--src/VBox/Devices/Storage/ATAPIPassthrough.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Devices/Storage/ATAPIPassthrough.cpp b/src/VBox/Devices/Storage/ATAPIPassthrough.cpp
index 7bd9f17e147..9aa895c2d15 100644
--- a/src/VBox/Devices/Storage/ATAPIPassthrough.cpp
+++ b/src/VBox/Devices/Storage/ATAPIPassthrough.cpp
@@ -164,7 +164,6 @@ static int atapiTrackListReallocate(PTRACKLIST pTrackList, unsigned cTracks, uin
/**
* Initilizes the given track from the given CUE sheet entry.
*
- * @returns nothing.
* @param pTrack The track to initialize.
* @param pbCueSheetEntry CUE sheet entry to use.
*/
@@ -475,7 +474,6 @@ static const char *atapiTrackListSubChnDataFormToString(SUBCHNDATAFORM enmSubChn
/**
* Dump the complete track list to the release log.
*
- * @returns nothing.
* @param pTrackList The track list to dump.
*/
static void atapiTrackListDump(PTRACKLIST pTrackList)
@@ -516,7 +514,6 @@ DECLHIDDEN(int) ATAPIPassthroughTrackListCreateEmpty(PTRACKLIST *ppTrackList)
/**
* Destroys the allocated task list handle.
*
- * @returns nothing.
* @param pTrackList The track list handle to destroy.
*/
DECLHIDDEN(void) ATAPIPassthroughTrackListDestroy(PTRACKLIST pTrackList)
@@ -529,7 +526,6 @@ DECLHIDDEN(void) ATAPIPassthroughTrackListDestroy(PTRACKLIST pTrackList)
/**
* Clears all tracks from the given task list.
*
- * @returns nothing.
* @param pTrackList The track list to clear.
*/
DECLHIDDEN(void) ATAPIPassthroughTrackListClear(PTRACKLIST pTrackList)