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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-22 14:02:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-22 14:02:35 +0300
commit362331f0ff6a7cc5fb0881884c6943464531109c (patch)
treeff3e2df41464d48dd4aff7f83f5f3ed10d877116 /source/blender/blenfont
parentb2a15de88799f31dfca17c6bb2501be30ec558b3 (diff)
Cleanup: Remove unused variable
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_font_i18n.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_font_i18n.c b/source/blender/blenfont/intern/blf_font_i18n.c
index e88accdad6a..89f1ab938a1 100644
--- a/source/blender/blenfont/intern/blf_font_i18n.c
+++ b/source/blender/blenfont/intern/blf_font_i18n.c
@@ -58,7 +58,6 @@ static struct FontBuf unifont_mono_ttf = {"bmonofont-i18n.ttf.gz"};
static void fontbuf_load(struct FontBuf *fb)
{
const char *fontpath = BKE_appdir_folder_id(BLENDER_DATAFILES, "fonts");
- uchar *data = NULL;
if (fontpath) {
char unifont_path[1024];
BLI_snprintf(unifont_path, sizeof(unifont_path), "%s/%s", fontpath, fb->filename);