VirtualBox

Changeset 22338 in vbox


Ignore:
Timestamp:
Aug 19, 2009 9:54:32 AM (15 years ago)
Author:
vboxsync
Message:

ConsoleImpl: removed unused variable

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r22317 r22338  
    76247624};
    76257625
    7626 /**
    7627  * Initializing the attachment type for the network adapters
    7628  */
    7629 NetworkAttachmentType_T Console::meAttachmentType[] = {};
    7630 
    76317626/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r22317 r22338  
    28202820    }
    28212821
    2822     meAttachmentType[uInstance] = eAttachmentType;
    2823 
    28242822#undef STR_FREE
    28252823#undef H
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r22277 r22338  
    557557    DriveState_T meFloppyState;
    558558
    559     /** The current network attachment type in the VM.
    560      * This doesn't have to match the network attachment type
    561      * maintained in the NetworkAdapter. This is needed to
    562      * change the network attachment dynamically.
    563      */
    564     static NetworkAttachmentType_T meAttachmentType[SchemaDefs::NetworkAdapterCount];
    565 
    566559    VMMDev * const mVMMDev;
    567560    AudioSniffer * const mAudioSniffer;
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