summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent dot torri at gmail dot com>2015-12-15 14:49:33 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-12-15 15:05:06 +0900
commitef02c565eb5787d81130e47d8480645801a475ba (patch)
treeac6ed2dc5bf4d015e04864b8ee711794eebc1836
parent8f4834e12cad2c06881af11f8f9163cd3e0ab4d4 (diff)
downloadefl-ef02c565eb5787d81130e47d8480645801a475ba.tar.gz
Examples, Evas: remove MAX_PATH, which is already defined on Windows, and not used in this example
Reviewers: cedric, jpeg Reviewed By: jpeg Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3442
-rw-r--r--src/examples/evas/evas-3d-colorpick.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/evas/evas-3d-colorpick.c b/src/examples/evas/evas-3d-colorpick.c
index f0a6444d77..3ff7e7ac7c 100644
--- a/src/examples/evas/evas-3d-colorpick.c
+++ b/src/examples/evas/evas-3d-colorpick.c
@@ -32,7 +32,6 @@
#define WIDTH 800
#define HEIGHT 600
-#define MAX_PATH 128
#define INIT_SCALE 7.5
#define BIG_SCALE 10.0
#define SMALL_SCALE 5.0