diff options
author | Pauli Nieminen <ext-pauli.nieminen@nokia.com> | 2010-12-30 19:19:35 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2010-12-31 12:52:51 +0000 |
commit | ed8db09b4bff5c4a8d8056808368650e1876547b (patch) | |
tree | ec1cb367358961cb9fb9951357044bcaaf716d23 /composite/compint.h | |
parent | c038b8b28e5c436cd31bea7a3bef2c8c9d818b58 (diff) |
composite: Remove unnecessary variable.
We know that there is damage if the dynamic block handler is registered.
Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'composite/compint.h')
-rw-r--r-- | composite/compint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composite/compint.h b/composite/compint.h index 9ba5dd0ed..4b058e7c3 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -152,7 +152,6 @@ typedef struct _CompScreen { ScreenBlockHandlerProcPtr BlockHandler; CloseScreenProcPtr CloseScreen; - Bool damaged; int numAlternateVisuals; VisualID *alternateVisuals; |