mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: delete unused PropertyStateRec structure to debloat codebase
Removed unused 'PropertyStateRec' structure from dix/property.c Signed-off-by: rendick <rendick123@proton.me>
This commit is contained in:
@@ -157,11 +157,6 @@ static void
|
||||
deliverPropertyNotifyEvent(WindowPtr pWin, int state, PropertyPtr pProp)
|
||||
{
|
||||
xEvent event;
|
||||
PropertyStateRec rec = {
|
||||
.win = pWin,
|
||||
.prop = pProp,
|
||||
.state = state
|
||||
};
|
||||
UpdateCurrentTimeIf();
|
||||
event = (xEvent) {
|
||||
.u.property.window = pWin->drawable.id,
|
||||
|
||||
Reference in New Issue
Block a user