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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-24 19:20:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-24 19:20:13 +0300
commit8456995181a22ec0ba2a0dc55588c4646423f57b (patch)
tree1252908045b293db975a552f163b0be21340b72f /source/blender/blenfont
parent6f724c54bcbb9fc0408a6191a8031c278086416d (diff)
xaspect and yaspect were not working with uv project modifier & panorama, also removed some includes.
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index 5976a2c98a6..bc2de70222d 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -45,7 +45,6 @@
#include "BLI_linklist.h" /* linknode */
#include "BLI_string.h"
-#include "BIF_gl.h"
#ifdef __APPLE__
#include "BKE_utildefines.h"