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-07-16 13:59:02 +0100 |
commit | 18801f5e5a98d80f4811ade8c98df65175b1935a (patch) | |
tree | da95e823047d78d9d41c91e9d4dffabfa3243db6 /hw/xwin | |
parent | 8fd30859c293035fe505da76d8d7e64131bd5bc0 (diff) |
hw/xwin: Remove unused WindowExposuresProcPtr storage in screen private
We don't wrap the WindowExposures screen function
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin')
-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 9096df206..38d6bde18 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -579,7 +579,6 @@ typedef struct _winPrivScreenRec { UnrealizeWindowProcPtr UnrealizeWindow; ValidateTreeProcPtr ValidateTree; PostValidateTreeProcPtr PostValidateTree; - WindowExposuresProcPtr WindowExposures; CopyWindowProcPtr CopyWindow; ClearToBackgroundProcPtr ClearToBackground; ClipNotifyProcPtr ClipNotify; |