From 9124a77418243cb344f6b805adfe562cd8968006 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sat, 26 Apr 2014 10:22:28 +0200 Subject: [PATCH] keep things tidy --- ld48-29.go | 4 ---- log.mdown | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ld48-29.go b/ld48-29.go index e3a0c8a..d75ad9c 100644 --- a/ld48-29.go +++ b/ld48-29.go @@ -8,8 +8,6 @@ import ( pa "code.google.com/p/portaudio-go/portaudio" ) -var _ = gl.Begin // TODO: remove later -var _ = glfw.Init // TODO: remove later var _ = pa.Initialize // TODO: remove later func onError(err glfw.ErrorCode, desc string) { @@ -27,7 +25,6 @@ func onKey(window *glfw.Window, k glfw.Key, s int, action glfw.Action, mods glfw default: return } - } func main() { @@ -70,7 +67,6 @@ func setup() { gl.DepthFunc(gl.LEQUAL) } - func destroy() { // TODO: release objects } diff --git a/log.mdown b/log.mdown index d3df0c6..c53af16 100644 --- a/log.mdown +++ b/log.mdown @@ -33,3 +33,7 @@ All time is CEST Sideband idea: make this file post new LIs to Twitter on push (with link to file+line on Github) + +- 10:08 + + I miss fuzzy jump to function in vim. Adding ctags to CtrlP right now, with `fswatch . "ctags *.go"`