diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-02-10 09:27:16 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-04-01 12:21:12 +0100 |
commit | 82b58096b3b32b52eed15e779ec6d2805b97bd5a (patch) | |
tree | a78ebb06541d6518adba8ae8c72b945f3e9e737b | |
parent | 789385ca22349f7cbb3784a1b6a512d3921bbd8f (diff) |
Remove unused WindowExposuresProcPtr storage in screen privates
We don't wrap the WindowExposures screen function
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r-- | hw/xwin/win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 35dc67ed8..80c791f6d 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -594,7 +594,6 @@ typedef struct _winPrivScreenRec UnrealizeWindowProcPtr UnrealizeWindow; ValidateTreeProcPtr ValidateTree; PostValidateTreeProcPtr PostValidateTree; - WindowExposuresProcPtr WindowExposures; CopyWindowProcPtr CopyWindow; ClearToBackgroundProcPtr ClearToBackground; ClipNotifyProcPtr ClipNotify; |