summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/include/internal/dvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/include/internal/dvm.h')
-rw-r--r--src/VBox/Runtime/include/internal/dvm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Runtime/include/internal/dvm.h b/src/VBox/Runtime/include/internal/dvm.h
index 805eed3a538..d12086fb258 100644
--- a/src/VBox/Runtime/include/internal/dvm.h
+++ b/src/VBox/Runtime/include/internal/dvm.h
@@ -127,7 +127,6 @@ typedef struct RTDVMFMTOPS
/**
* Closes the volume format.
*
- * @returns nothing.
* @param hVolMgrFmt The format specific volume manager handle.
*/
DECLCALLBACKMEMBER(void, pfnClose,(RTDVMFMT hVolMgrFmt));
@@ -219,7 +218,6 @@ typedef struct RTDVMFMTOPS
/**
* Closes a volume handle.
*
- * @returns nothing.
* @param hVolFmt The format specific volume handle.
*/
DECLCALLBACKMEMBER(void, pfnVolumeClose,(RTDVMVOLUMEFMT hVolFmt));