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:
rendick 2025-06-18 14:15:13 +02:00 committed by Enrico Weigelt
parent 899afa4c10
commit ca5fb14d05

View File

@ -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,