VirtualBox

Changeset 25269 in vbox


Ignore:
Timestamp:
Dec 9, 2009 10:48:10 AM (15 years ago)
Author:
vboxsync
Message:

2d: code cleaning

File:
1 edited

Legend:

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

    r25264 r25269  
    640640{
    641641public:
    642     VBoxVHWAGlProgramVHWA(/*class VBoxVHWAGlProgramMngr *aMngr, */uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders);
     642    VBoxVHWAGlProgramVHWA(uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders);
    643643
    644644    uint32_t type() const {return mType;}
     
    693693    GLint mUTex;
    694694    GLint mUniUTex;
    695 
    696 //    VBoxVHWAGlProgram *mpProgram;
    697 //
    698 //    class VBoxVHWAGlProgramMngr *mpMngr;
    699695};
    700696
    701 VBoxVHWAGlProgramVHWA::VBoxVHWAGlProgramVHWA(/*VBoxVHWAGlProgramMngr *aMngr, */uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders) :
     697VBoxVHWAGlProgramVHWA::VBoxVHWAGlProgramVHWA(uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders) :
    702698    VBoxVHWAGlProgram(apShaders, acShaders),
    703699    mType(type),
     
    711707    mSrcLowerR(0.0), mSrcLowerG(0.0), mSrcLowerB(0.0),
    712708    mUniSrcLowerColor(-1),
    713 //    mpMngr(aMngr),
    714709    mDstTex(-1),
    715710    mUniDstTex(-1),
     
    861856        return VINF_ALREADY_INITIALIZED;
    862857
    863 //    VBOXQGLLOG(("setDstCKeyLowerRange: r(%f), g(%f), b(%f)\n", r, g, b));
    864858    VBOXQGL_CHECKERR(
    865859            vboxglUniform4f(mUniDstLowerColor, r, g, b, 0.0);
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