summaryrefslogtreecommitdiff
path: root/composite/compint.h
diff options
context:
space:
mode:
authorPauli Nieminen <ext-pauli.nieminen@nokia.com>2010-12-30 19:19:35 +0200
committerDaniel Stone <daniel@fooishbar.org>2010-12-31 12:52:51 +0000
commited8db09b4bff5c4a8d8056808368650e1876547b (patch)
treeec1cb367358961cb9fb9951357044bcaaf716d23 /composite/compint.h
parentc038b8b28e5c436cd31bea7a3bef2c8c9d818b58 (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.h1
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;