From 3fe283ff71a59f1bebfbf1da59b693137ceb8d52 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 2 Dec 2016 22:55:12 +0100
Subject: [PATCH] remove obsolete doc

---
 pixelgl/attr.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pixelgl/attr.go b/pixelgl/attr.go
index 4292f46..15b2542 100644
--- a/pixelgl/attr.go
+++ b/pixelgl/attr.go
@@ -25,8 +25,6 @@ const (
 )
 
 // AttrType represents the type of an OpenGL attribute.
-//
-// Important note: Int is 32-bit and Float is 64-bit.
 type AttrType int
 
 // List of all possible attribute types.
-- 
GitLab