From 2733b5ad06966c4a7f8b4248bd1e7f7d3e3f5a49 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Fri, 16 Dec 2016 13:15:32 -0800 Subject: [PATCH] Remove doubled Smooth attribute --- src/graphics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics.h b/src/graphics.h index da7cdc1..c52f95d 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -45,7 +45,6 @@ public: DECL_ATTR( FrameRate, int ) DECL_ATTR( FrameCount, int ) DECL_ATTR( Brightness, int ) - DECL_ATTR( Smooth, bool ) void wait(int duration); void fadeout(int duration);