diff options
author | marha <marha@users.sourceforge.net> | 2012-02-22 14:54:08 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-02-22 14:54:08 +0100 |
commit | f0c81715e2d827fddc7251bac3cbe115ebd081d3 (patch) | |
tree | fa27ddcac46ee95f2743f01f9b451e322640f391 /xorg-server/hw/xwin | |
parent | 58ceca5f19d2d33f2d60f442935aa66757ac3415 (diff) | |
download | vcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.tar.gz vcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.tar.bz2 vcxsrv-f0c81715e2d827fddc7251bac3cbe115ebd081d3.zip |
Remove unused WindowExposuresProcPtr storage in screen privates
Diffstat (limited to 'xorg-server/hw/xwin')
-rw-r--r-- | xorg-server/hw/xwin/win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h index d358d3eee..2766bb119 100644 --- a/xorg-server/hw/xwin/win.h +++ b/xorg-server/hw/xwin/win.h @@ -556,7 +556,6 @@ typedef struct _winPrivScreenRec UnrealizeWindowProcPtr UnrealizeWindow; ValidateTreeProcPtr ValidateTree; PostValidateTreeProcPtr PostValidateTree; - WindowExposuresProcPtr WindowExposures; CopyWindowProcPtr CopyWindow; ClearToBackgroundProcPtr ClearToBackground; ClipNotifyProcPtr ClipNotify; |