aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/inp_sdl.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-07 22:50:48 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-07 22:50:48 +0800
commit0b049c3ea601a7ea6dc441db73af7a5bd75c834a (patch)
treedd0a232de133bdd5b93a5e8f9193d76978c1216e /smelt/sdl/inp_sdl.cpp
parent16b769db4b4312b8d862bfff59e01f1c7aaf55ed (diff)
downloadbullet-lab-remix-0b049c3ea601a7ea6dc441db73af7a5bd75c834a.tar.xz
Make the compiler happy.
Add some makefiles.
Diffstat (limited to 'smelt/sdl/inp_sdl.cpp')
-rw-r--r--smelt/sdl/inp_sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/sdl/inp_sdl.cpp b/smelt/sdl/inp_sdl.cpp
index a18baa9..c1e05de 100644
--- a/smelt/sdl/inp_sdl.cpp
+++ b/smelt/sdl/inp_sdl.cpp
@@ -9,7 +9,7 @@
*
*/
#include "smelt_internal.hpp"
-static const char* INP_SDL_SRCFN="smelt/sdl/inp_sdl.cpp";
+//static const char* INP_SDL_SRCFN="smelt/sdl/inp_sdl.cpp";
bool SMELT_IMPL::smGetInpEvent(smInpEvent *e)
{
TInputEventList *eptr;