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 37b7ea8f8a
commit 456bc76535

View File

@ -611,7 +611,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);
@ -620,7 +619,6 @@ KdCreateWindow(WindowPtr pWin)
RegionBreak(&pWin->clipList); RegionBreak(&pWin->clipList);
} }
} }
#endif
return fbCreateWindow(pWin); return fbCreateWindow(pWin);
} }