From: Kevin M. Rosenberg Date: Mon, 19 Jun 2000 18:44:51 +0000 (+0000) Subject: r106: *** empty log message *** X-Git-Tag: debian-4.5.3-3~911 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=386f782644a1942fde60b2730824b955bbf9e5aa r106: *** empty log message *** --- diff --git a/libctgraphics/sgpdrive.cpp b/libctgraphics/sgpdrive.cpp index 111fd3e..fad8475 100644 --- a/libctgraphics/sgpdrive.cpp +++ b/libctgraphics/sgpdrive.cpp @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sgpdrive.cpp,v 1.1 2000/06/19 18:05:03 kevin Exp $ +** $Id: sgpdrive.cpp,v 1.2 2000/06/19 18:44:51 kevin Exp $ ** $Log: sgpdrive.cpp,v $ +** Revision 1.2 2000/06/19 18:44:51 kevin +** *** empty log message *** +** ** Revision 1.1 2000/06/19 18:05:03 kevin ** initial cvs import ** @@ -379,8 +382,6 @@ setlinewidth (int wid) DEVICE * inqdev (int dev) { - extern DEVICE prt, crt; - if (dev & CRTDEV) return (&crt); else if (dev & PRTDEV)