aboutsummaryrefslogtreecommitdiff
path: root/glfw.go
diff options
context:
space:
mode:
Diffstat (limited to 'glfw.go')
-rw-r--r--glfw.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/glfw.go b/glfw.go
index 1675341..329c9b5 100644
--- a/glfw.go
+++ b/glfw.go
@@ -46,7 +46,6 @@ func Init() error {
func Terminate() {
flushErrors()
C.glfwTerminate()
- return
}
// GetVersion retrieves the major, minor and revision numbers of the GLFW