Merge pull request #918 from crazyBaboon/master

comment icon_load() as it is not being used currently
master
dumblob 2019-10-01 15:10:14 +02:00 committed by GitHub
commit adc52d710f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 17 deletions

View File

@ -77,6 +77,8 @@ die(const char *fmt, ...)
exit(EXIT_FAILURE);
}
/* function icon_load () is not used to build this file but might still be useful :) */
/*
static struct nk_image
icon_load(const char *filename)
{
@ -96,6 +98,7 @@ icon_load(const char *filename)
stbi_image_free(data);
return nk_image_id((int)tex);
}
*/
static void
device_init(struct device *dev)