Get rid of GetCardCaps()

Useless now.
This commit is contained in:
dhewg 2012-07-18 22:06:10 +02:00 committed by Daniel Gibson
parent e3e30a873f
commit 97163cf526

View file

@ -243,7 +243,6 @@ public:
// to use the default tga loading code without having dimmed down areas in many places
virtual void CaptureRenderToFile( const char *fileName, bool fixAlpha = false ) = 0;
virtual void UnCrop() = 0;
virtual void GetCardCaps( bool &oldCard, bool &nv10or20 ) = 0;
// the image has to be already loaded ( most straightforward way would be through a FindMaterial )
// texture filter / mipmapping / repeat won't be modified by the upload