diff options
author | Christopher Jeffrey <chjjeffrey@gmail.com> | 2012-09-26 02:37:11 -0500 |
---|---|---|
committer | Christopher Jeffrey <chjjeffrey@gmail.com> | 2012-09-26 02:38:51 -0500 |
commit | fdf1593a098b02bd79ced0ae05749268dd486220 (patch) | |
tree | 80f44726fe36042fe69cf55cdd7da191e4495728 /compton.h | |
parent | a0439e57dd9d1e6fb8fa1174a5ed19da6377638f (diff) | |
download | tdebase-fdf1593a098b02bd79ced0ae05749268dd486220.tar.gz tdebase-fdf1593a098b02bd79ced0ae05749268dd486220.zip |
remove fade_time from options struct.
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |