From fdf1593a098b02bd79ced0ae05749268dd486220 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 26 Sep 2012 02:37:11 -0500 Subject: remove fade_time from options struct. --- compton.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compton.h') diff --git a/compton.h b/compton.h index 922f02282..78c7c97a9 100644 --- a/compton.h +++ b/compton.h @@ -253,7 +253,6 @@ typedef struct _options { /// How much to fade out in a single fading step. opacity_t fade_out_step; unsigned long fade_delta; - unsigned long fade_time; Bool fade_trans; Bool clear_shadow; -- cgit v1.2.1