mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: drop unused CopySwap32Write()
Not used anywhere, neither exported, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
3107056193
commit
7655ee2631
@@ -28,10 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
void SwapFont(xQueryFontReply * pr, Bool hasGlyphs);
|
||||
|
||||
extern void CopySwap32Write(ClientPtr /* pClient */ ,
|
||||
int /* size */ ,
|
||||
CARD32 * /* pbuf */ );
|
||||
|
||||
extern void CopySwap16Write(ClientPtr /* pClient */ ,
|
||||
int /* size */ ,
|
||||
short * /* pbuf */ );
|
||||
|
||||
Reference in New Issue
Block a user