Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Borghetti <bdiego@gmail.com>2009-02-11 00:41:14 +0300
committerDiego Borghetti <bdiego@gmail.com>2009-02-11 00:41:14 +0300
commit2c82163d5b20333ff13aea6b626b4cad803b7bd5 (patch)
treea5cdad92dfe8f24fd57a36cdba6270a6cf22f6c8 /source/blender/blenfont/intern/blf_dir.c
parente4ce4a00a08e3922529a550bdab7e01175d8dc94 (diff)
commit to continue in my home.
Also I remove some of the #if 0.
Diffstat (limited to 'source/blender/blenfont/intern/blf_dir.c')
-rw-r--r--source/blender/blenfont/intern/blf_dir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenfont/intern/blf_dir.c b/source/blender/blenfont/intern/blf_dir.c
index 2472d36a1d8..dea422a1765 100644
--- a/source/blender/blenfont/intern/blf_dir.c
+++ b/source/blender/blenfont/intern/blf_dir.c
@@ -25,8 +25,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#if 0
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -167,5 +165,3 @@ int blf_dir_split(const char *str, char *file, int *size)
}
return(0);
}
-
-#endif /* zero!! */