VirtualBox

Changeset 33625 in vbox


Ignore:
Timestamp:
Oct 29, 2010 4:31:29 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67236
Message:

vm settings GUI: remove unnecessary setEnabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp

    r33620 r33625  
    349349{
    350350    int cVal = mSlMonitors->value();
    351 #ifdef VBOX_WITH_VIDEOHWACCEL
    352     mCb2DVideo->setEnabled(VBoxGlobal::isAcceleration2DVideoAvailable());
    353 #endif /* VBOX_WITH_VIDEOHWACCEL */
    354     mCb3D->setEnabled(vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable());
    355 
    356351    /* The memory requirements have changed too. */
    357352    quint64 needMBytes = VBoxGlobal::requiredVideoMemory (&mMachine, cVal) / _1M;
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