VirtualBox

Ignore:
Timestamp:
Nov 24, 2010 8:00:20 AM (14 years ago)
Author:
vboxsync
Message:

USBLib-win: unused function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp

    r34283 r34306  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    29152915}
    29162916
    2917 /**
    2918  * Return all USB devices attached to the host
    2919  *
    2920  * @returns VBox status code
    2921  * @param ppDevices         Receives pointer to list of devices
    2922  * @param pcDevices         Number of USB devices in the list
    2923  */
    2924 USBLIB_DECL(int) usbLibGetHostDevices(PUSBDEVICE *ppDevices,  uint32_t *pcDevices)
    2925 {
    2926     usbLibEnumerateHostControllers(ppDevices, pcDevices);
    2927 
    2928     return VINF_SUCCESS;
    2929 }
    29302917
    29312918/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette