From fdadfa3a80edf3af58f818e1ae0cbd3446ecc56c Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Tue, 24 Jan 2017 02:42:20 +0100 Subject: [PATCH] small changes --- src/backends/glvisualize.jl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/backends/glvisualize.jl b/src/backends/glvisualize.jl index 08a32443..3d48344b 100644 --- a/src/backends/glvisualize.jl +++ b/src/backends/glvisualize.jl @@ -1,4 +1,4 @@ -``#= +#= TODO * move all gl_ methods to GLPlot * integrate GLPlot UI @@ -7,7 +7,6 @@ TODO * polar plots * labes and axis * fix units in all visuals (e.g dotted lines, marker scale, surfaces) - * why is there so little unicode supported in the font!??!? =# const _glvisualize_attr = merge_with_base_supported([ @@ -134,11 +133,6 @@ function empty_screen!(screen) end nothing end -function poll_reactive() - # run_till_now blocks when message queue is empty! - Base.n_avail(Reactive._messages) > 0 && Reactive.run_till_now() -end - function get_plot_screen(list::Vector, name, result = []) for elem in list