From 0a57ca5142a307faed760c800425914b8d04c301 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 17 Dec 2020 01:54:23 +0700 Subject: [PATCH] Remove asmbitblt.c, duplicate of asmbbt.c. (#85) When things were renamed for DOS, `asmbitblt.c` became `asmbbt.c`, but the old file got left around. It was never converted fully from K&R prototypes, but apart from that, is the same as `asmbbt.c`. --- src/asmbitblt.c | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 src/asmbitblt.c diff --git a/src/asmbitblt.c b/src/asmbitblt.c deleted file mode 100644 index d8d9981..0000000 --- a/src/asmbitblt.c +++ /dev/null @@ -1,49 +0,0 @@ -/* $Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ (C) Copyright Venue, All Rights - * Reserved */ -static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Copyright (C) Venue"; - -/************************************************************************/ -/* */ -/* File: asmbitblt.c */ -/* */ -/* Dummy C-function "bitblt", used to compile the bitblt code */ -/* for hand-optimization. */ -/* */ -/* */ -/* */ -/* */ -/************************************************************************/ - -/************************************************************************/ -/* */ -/* (C) Copyright 1989-95 Venue. All Rights Reserved. */ -/* Manufactured in the United States of America. */ -/* */ -/************************************************************************/ - -#include "version.h" - -#include "lispemul.h" -#include "lispglobal.h" -#include "lispmap.h" -#include "lisptypes.h" -#include "emulglobal.h" -#include "address68k.h" -#include "address.h" -#include "arith.h" -#include "stack.h" -#include "cell.h" -#include "gcdata.h" - -#include "bb.h" -#include "bitblt.h" -#include "pilotbbt.h" - -void bitblt(DLword *srcbase, DLword *dstbase, int sx, int dx, int w, int h, int srcbpl, int dstbpl, - int backwardflg, int src_comp, int op, int gray, int num_gray, int curr_gray_line) - - DLword *srcbase, - dstbase; -int sx, dx, w, h, srcbpl, dstbpl, backwardflg, src_comp, op, gray, num_gray, curr_gray_line; - -{ new_bitblt_code; }