diff options
author | davilla <davilla@4pi.com> | 2011-10-28 21:23:34 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-10-28 21:23:50 -0400 |
commit | 34ab2d36d83d28829f5486b98e6f28495aefc9f4 (patch) | |
tree | 8853a5d315ae2d22663dbdb8d7ec0994df79ad3c | |
parent | 50f7576f3597541d90ac21bf13a78c3ba7255ab0 (diff) |
remove useless pragma msg that no one cares about
-rw-r--r-- | xbmc/guilib/GUIShader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/guilib/GUIShader.cpp b/xbmc/guilib/GUIShader.cpp index 8ad0063244..bd70e5a8f0 100644 --- a/xbmc/guilib/GUIShader.cpp +++ b/xbmc/guilib/GUIShader.cpp @@ -22,9 +22,7 @@ #include "system.h" -#pragma message("msg1") #if HAS_GLES == 2 -#pragma message("msg2") #include "GUIShader.h" #include "MatrixGLES.h" |