Skip to content

Commit

Permalink
Stripping abandoned function
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Jan 5, 2025
1 parent b8298e8 commit c7a2fe2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/src/main/cpp/lorie/InitOutput.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,21 +647,6 @@ lorieScreenInit(ScreenPtr pScreen, unused int argc, unused char **argv) {
return TRUE;
} /* end lorieScreenInit */

// From xfixes/cursor.c
static CursorPtr
CursorForDevice(DeviceIntPtr pDev) {
if (!CursorVisible || !EnableCursor)
return NULL;

if (pDev && pDev->spriteInfo) {
if (pDev->spriteInfo->anim.pCursor)
return pDev->spriteInfo->anim.pCursor;
return pDev->spriteInfo->sprite ? pDev->spriteInfo->sprite->current : NULL;
}

return NULL;
}

void lorieConfigureNotify(int width, int height, int framerate, size_t name_size, char* name) {
ScreenPtr pScreen = pScreenPtr;
RROutputPtr output = RRFirstOutput(pScreen);
Expand Down

0 comments on commit c7a2fe2

Please sign in to comment.