mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Remove unused variable in opacity test
This commit is contained in:
parent
77879736af
commit
b88be7c1e9
@ -48,7 +48,6 @@ static void error_callback(int error, const char* description)
|
|||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
GLFWmonitor* monitor = NULL;
|
|
||||||
GLFWwindow* window;
|
GLFWwindow* window;
|
||||||
struct nk_context* nk;
|
struct nk_context* nk;
|
||||||
struct nk_font_atlas* atlas;
|
struct nk_font_atlas* atlas;
|
||||||
|
Loading…
Reference in New Issue
Block a user