VirtualBox

Changeset 43745 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 25, 2012 4:21:24 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81652
Message:

Frontends/Qt: warning, set not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r41689 r43745  
    37173717    uint32_t bitsPerPixel;
    37183718    uint32_t b = 0xff, g = 0xff00, r = 0xff0000;
    3719     ulong pixelFormat;
    37203719    bool bUsesGuestVram;
    37213720
     
    37783777        {
    37793778            // ulong virtWdt = bitsPerLine / size.bitsPerPixel();
    3780             pixelFormat = FramebufferPixelFormat_FOURCC_RGB;
    37813779            bUsesGuestVram = true;
    37823780        }
     
    37993797        r = 0xff0000;
    38003798        bytesPerLine = size.width()*bitsPerPixel/8;
    3801         pixelFormat = FramebufferPixelFormat_FOURCC_RGB;
    38023799        bUsesGuestVram = false;
    38033800    }
Note: See TracChangeset for help on using the changeset viewer.

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