1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +00:00

Removes unnecessary call.

This commit is contained in:
Thomas Harte
2017-10-06 18:48:51 -04:00
parent 2511fc8401
commit f623bff5c3

View File

@@ -106,7 +106,6 @@ class MachineDocument:
drawLock.lock()
machine = nil
openGLView.invalidate()
openGLView.openGLContext!.makeCurrentContext()
actionLock.unlock()
drawLock.unlock()