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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-02 12:16:57 +02:00
parent a444407473
commit 1a97ed88cc

View File

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