diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-06-03 20:00:52 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-06-04 23:59:43 +0200 |
commit | 20e360c75996a61a81f10433ca2eb8f7af62ab2e (patch) | |
tree | b3732b4543ae053a79f6dab7b4639fcfa57169f0 | |
parent | 5d2b64e1b8230d48919baeca3d6fd53a4162fcf4 (diff) | |
download | nx-libs-20e360c75996a61a81f10433ca2eb8f7af62ab2e.tar.gz nx-libs-20e360c75996a61a81f10433ca2eb8f7af62ab2e.tar.bz2 nx-libs-20e360c75996a61a81f10433ca2eb8f7af62ab2e.zip |
GCOps.c: drop unused function nxagentBitBlitHelper
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/GCOps.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/GCOps.c b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c index d8ed435d0..7b59bd8a3 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/GCOps.c +++ b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c @@ -92,12 +92,6 @@ static int nxagentSaveGCTrap; } /* - * This is currently unused. - */ - -RegionPtr nxagentBitBlitHelper(GC *pGC); - -/* * The NX agent implementation of the X server's graphics functions. */ @@ -187,24 +181,6 @@ void nxagentQueryBestSize(int class, unsigned short *pwidth, } } -RegionPtr nxagentBitBlitHelper(GC *pGC) -{ - #ifdef TEST - fprintf(stderr, "nxagentBitBlitHelper: Called for GC at [%p].\n", (void *) pGC); - #endif - - /* - * Force NullRegion. We consider enough the graphics expose events - * generated internally by the nxagent server. - */ - - #ifdef TEST - fprintf(stderr, "nxagentBitBlitHelper: WARNING! Skipping check on exposures events.\n"); - #endif - - return NullRegion; -} - /* * The deferring of X_RenderCompositeTrapezoids caused an ugly effect * on pulldown menu: as the background may be not synchronized, the |