VirtualBox

Changeset 68852 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 25, 2017 1:01:11 PM (7 years ago)
Author:
vboxsync
Message:

Main/Display+Keyboard: remove effectively unused variables, the VMMDev reference is long gone

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r68850 r68852  
    402402    /** Pointer to the associated display driver. */
    403403    struct DRVMAINDISPLAY   *mpDrv;
    404     /** Pointer to the device instance for the VMM Device. */
    405     PPDMDEVINS              mpVMMDev;
    406     /** Set after the first attempt to find the VMM Device. */
    407     bool                    mfVMMDevInited;
    408404
    409405    unsigned mcMonitors;
  • trunk/src/VBox/Main/include/KeyboardImpl.h

    r62485 r68852  
    8686    /** Pointer to the associated keyboard driver(s). */
    8787    struct DRVMAINKEYBOARD *mpDrv[KEYBOARD_MAX_DEVICES];
    88     /** Pointer to the device instance for the VMM Device. */
    89     PPDMDEVINS              mpVMMDev;
    90     /** Set after the first attempt to find the VMM Device. */
    91     bool                    mfVMMDevInited;
    9288
    9389    /* The current guest keyboard LED status. */
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