summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
authorChristopher Jeffrey <chjjeffrey@gmail.com>2012-09-26 02:37:11 -0500
committerChristopher Jeffrey <chjjeffrey@gmail.com>2012-09-26 02:38:51 -0500
commitfdf1593a098b02bd79ced0ae05749268dd486220 (patch)
tree80f44726fe36042fe69cf55cdd7da191e4495728 /compton.h
parenta0439e57dd9d1e6fb8fa1174a5ed19da6377638f (diff)
downloadtdebase-fdf1593a098b02bd79ced0ae05749268dd486220.tar.gz
tdebase-fdf1593a098b02bd79ced0ae05749268dd486220.zip
remove fade_time from options struct.
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h1
1 files changed, 0 insertions, 1 deletions
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;