remove unecessary comment

This commit is contained in:
faiface 2016-11-23 22:06:08 +01:00
parent 29aa4aa32f
commit b81eba039b
1 changed files with 1 additions and 5 deletions

View File

@ -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() {