diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-24 01:06:48 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-24 01:06:48 +0000 |
commit | 770ac4226f035fcab8e30ba7fd6921b783680df1 (patch) | |
tree | 22560fa05ebef7020867fd492e5f9936efe600b7 /guilib/gui3d.h | |
parent | 9cffa27f00de6c87ee6eafbf5531a620e2840c89 (diff) |
changed: SDL inttypes -> stdinttypes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23128 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/gui3d.h')
-rw-r--r-- | guilib/gui3d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guilib/gui3d.h b/guilib/gui3d.h index b12a85e573..65c1c46c3c 100644 --- a/guilib/gui3d.h +++ b/guilib/gui3d.h @@ -95,8 +95,6 @@ namespace XBMC #define DELETE_TEXTURE(texture) texture->Release() -typedef uint32_t Uint32; - #endif // HAS_DX #ifdef HAS_GLES |