Changeset 99775 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- May 12, 2023 12:21:58 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r98103 r99775 368 368 } 369 369 370 int balloonMachineSetup(const Bstr& strUuid) 370 #if 0 /* unused */ 371 static int balloonMachineSetup(const Bstr& strUuid) 371 372 { 372 373 int vrc = VINF_SUCCESS; … … 414 415 return vrc; 415 416 } 417 #endif 416 418 417 419 /**
Note:
See TracChangeset
for help on using the changeset viewer.