This commit is contained in:
Glenn Maynard
2004-06-08 05:55:00 +00:00
parent 0f1475ba79
commit f5ce2e5303
11 changed files with 4 additions and 107 deletions
-4
View File
@@ -34,9 +34,6 @@ static void GetResolutionFromFileName( CString sPath, int &Width, int &Height )
Height = atoi(matches[1].c_str());
}
//-----------------------------------------------------------------------------
// RageBitmapTexture constructor
//-----------------------------------------------------------------------------
RageBitmapTexture::RageBitmapTexture( RageTextureID name ) :
RageTexture( name )
{
@@ -345,4 +342,3 @@ void RageBitmapTexture::Destroy()
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/