summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockpaint.c')
-rw-r--r--apps/plugins/rockpaint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index 7423d75ebd..19d0860ee8 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -306,8 +306,6 @@ extern int errno;
306int errno; 306int errno;
307#endif 307#endif
308 308
309MEM_FUNCTION_WRAPPERS;
310
311static int drawcolor=0; /* Current color (in palette) */ 309static int drawcolor=0; /* Current color (in palette) */
312static int bgdrawcolor=9; /* Current background color (in palette) */ 310static int bgdrawcolor=9; /* Current background color (in palette) */
313bool isbg = false; /* gruik ugly hack alert */ 311bool isbg = false; /* gruik ugly hack alert */