examples/evas/shooter: Remove unused variable

The column.ply does not even exist. Might have been removed and this part
forgotten.
This commit is contained in:
Stefan Schmidt 2015-07-23 16:45:06 +02:00
parent 0ccd43615f
commit 47a4bd53e0
1 changed files with 0 additions and 1 deletions

View File

@ -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 = {