changeset 23:a076de42c2fc

Remove dead code.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 10:11:50 +0300
parents a8e56d4f947b
children 6b6c92c66002
files multipaint.pde
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/multipaint.pde	Wed Jul 04 10:11:12 2018 +0300
+++ b/multipaint.pde	Wed Jul 04 10:11:50 2018 +0300
@@ -497,8 +497,8 @@
         }
 
     //if(g_framec==1){saveFrame("frames/out-######.png");}
-    g_framec++;
-    if (g_framec > 1) g_framec = 0;
+    //g_framec++;if(g_framec>1)g_framec=0;
+
     if (g_keymacro.length() > g_keymacpos) {
         macro_command(g_keymacro.charAt(g_keymacpos));
         g_keymacpos++;