Cleanup: Remove unused variable

This commit is contained in:
2019-01-22 12:02:35 +01:00
parent b2a15de887
commit 362331f0ff

View File

@@ -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);