aboutsummaryrefslogtreecommitdiff
path: root/src/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win.h')
-rw-r--r--src/win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.h b/src/win.h
index 9a27c4c..1d0fae8 100644
--- a/src/win.h
+++ b/src/win.h
@@ -176,7 +176,7 @@ struct managed_win {
bool in_openclose;
/// Whether this window was transient when animated on open
- bool animation_transient;
+ // bool animation_transient;
/// Current position and destination, for animation
double animation_center_x, animation_center_y;
double animation_dest_center_x, animation_dest_center_y;