From b81eba039b482bf8b491c4628da9738c3220a653 Mon Sep 17 00:00:00 2001 From: faiface Date: Wed, 23 Nov 2016 22:06:08 +0100 Subject: [PATCH] remove unecessary comment --- pixelgl/thread.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pixelgl/thread.go b/pixelgl/thread.go index b4b5800..0dda9b9 100644 --- a/pixelgl/thread.go +++ b/pixelgl/thread.go @@ -11,11 +11,7 @@ import ( // execute all OpenGL calls from a single dedicated thread. This file defines functions to make // it possible. -var ( - callQueue = make(chan func()) - - //TODO: some OpenGL state variables will be here -) +var callQueue = make(chan func()) func init() { go func() {