Compare commits

...

1 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 456bc76535 kdrive: drop obsolete ifndef PHOENIX
The symbol isn't set anywhere, and git history didn't show anything
were it ever had been set, thus no need to keep this.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-02 16:16:19 +02:00

View File

@ -611,7 +611,6 @@ KdSaveScreen(ScreenPtr pScreen, int on)
static Bool
KdCreateWindow(WindowPtr pWin)
{
#ifndef PHOENIX
if (!pWin->parent) {
KdScreenPriv(pWin->drawable.pScreen);
@ -620,7 +619,6 @@ KdCreateWindow(WindowPtr pWin)
RegionBreak(&pWin->clipList);
}
}
#endif
return fbCreateWindow(pWin);
}