author | francesco-ST <francesco.abbate@st.com> | 2010年07月08日 13:54:59 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年07月08日 13:54:59 +0200 |
commit | d4ba2e23123520fa9ee32e690465c55291175863 (patch) | |
tree | 029734db039044b4eb9c9f8cbfe5917f4b1f5b3d /agg-plot/xwin-show.cpp | |
parent | 6089a3871d1cf7b4e3148210356043c145568004 (diff) | |
download | gsl-shell-d4ba2e23123520fa9ee32e690465c55291175863.tar.gz |
-rw-r--r-- | agg-plot/xwin-show.cpp | 1 |
diff --git a/agg-plot/xwin-show.cpp b/agg-plot/xwin-show.cpp index 05692340..25cd6bee 100644 --- a/agg-plot/xwin-show.cpp +++ b/agg-plot/xwin-show.cpp @@ -91,7 +91,6 @@ xwin_thread_function (void *_plot) AGG_UNLOCK(); GSL_SHELL_LOCK(); - printf("unref plot\n"); gsl_shell_unref_plot (p->id); GSL_SHELL_UNLOCK(); } |