diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:56:35 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:56:35 +0100 |
commit | 4b96ba8ddf36f84d4b8c0f2964535bd90477a742 (patch) | |
tree | 38723bc3d4066575bd95139deae04517e5742c6a /mi | |
parent | e85d5d707d51d6a1558dfcf0ebd50183b84be39d (diff) |
Nuke unused miBankNewSerialNumber
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mibank.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mi/mibank.c b/mi/mibank.c index 68415e605..dcaf4a14f 100644 --- a/mi/mibank.c +++ b/mi/mibank.c @@ -2203,18 +2203,6 @@ miInitializeBanking( return TRUE; } -/* This is used to force GC revalidation when the banking type is changed */ -/*ARGSUSED*/ -static int -miBankNewSerialNumber( - WindowPtr pWin, - pointer unused -) -{ - pWin->drawable.serialNumber = NEXT_SERIAL_NUMBER; - return WT_WALKCHILDREN; -} - /* * Given various screen attributes, determine the minimum scanline width such * that each scanline is server and DDX padded and any pixels with imbedded |