diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-10-04 02:01:39 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-10-04 02:01:39 +0000 |
commit | 63c59e4878ea2f1c0339fa198cc4e5a5cde083ca (patch) | |
tree | 787ead829eadac34e3db7b17a991dfbebd02c939 /guilib/GUITexture.h | |
parent | 3a517163ecc17fbdc996cb52f6e28eef300144f6 (diff) |
changed: Moved image loading from CPicture to CBaseTexture as that is the main entry point. CBaseTexture now stores it's orientation as well.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23394 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUITexture.h')
-rw-r--r-- | guilib/GUITexture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guilib/GUITexture.h b/guilib/GUITexture.h index 68a122c135..6cd36eb67e 100644 --- a/guilib/GUITexture.h +++ b/guilib/GUITexture.h @@ -165,8 +165,6 @@ protected: CTextureInfo m_info; CAspectRatio m_aspect; - int m_largeOrientation; // orientation for large textures - CTextureArray m_diffuse; CTextureArray m_texture; }; |