stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=47a4bd53e0c4211bd10715b62d3f8788ccbc39a4

commit 47a4bd53e0c4211bd10715b62d3f8788ccbc39a4
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 16:45:06 2015 +0200

    examples/evas/shooter: Remove unused variable
    
    The column.ply does not even exist. Might have been removed and this part
    forgotten.
---
 src/examples/evas/shooter/evas-3d-shooter-header.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/examples/evas/shooter/evas-3d-shooter-header.h 
b/src/examples/evas/shooter/evas-3d-shooter-header.h
index de70da7..d53c521 100644
--- a/src/examples/evas/shooter/evas-3d-shooter-header.h
+++ b/src/examples/evas/shooter/evas-3d-shooter-header.h
@@ -142,7 +142,6 @@ static const char *eagle_path = LOCAL_MODEL_FOLDER 
"/eagle.md2";
 static const char *snake_path = LOCAL_MODEL_FOLDER "/snake.md2";
 static const char *soldier_jump_path = LOCAL_MODEL_FOLDER "/soldier_jump.md2";
 static const char *soldier_path = LOCAL_MODEL_FOLDER "/soldier.md2";
-static const char *column_path = LOCAL_MODEL_FOLDER "/column.ply";
 static const char *gun_path = LOCAL_MODEL_FOLDER "/tommy.ply";
 
 static const Ecore_Getopt optdesc = {

-- 


Reply via email to