X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fsgpdrive.cpp;h=fad8475dad8e2526ae629b91d2d1da58706304d3;hp=111fd3ea65e4e115fa1a4785294fd11099b4206a;hb=386f782644a1942fde60b2730824b955bbf9e5aa;hpb=76ab7b41832b63638b71e688c5c2c5216079dfff 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)