edje_cc: Remove no longer needed extern tmp_dir.

The last two user have been switched to eina_file_mkstemp so we don't
need to setup tmp_dir anymore.
This commit is contained in:
Stefan Schmidt 2014-09-10 16:29:22 +02:00
parent cbc6cdda89
commit d55ab5e5cf
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ extern Eina_List *snd_dirs;
extern Eina_List *vibration_dirs;
extern Eina_List *data_dirs;
extern char *file_in;
extern char *tmp_dir;
extern char *file_out;
extern char *watchfile;
extern char *license;