r106: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Jun 2000 18:44:51 +0000 (18:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Jun 2000 18:44:51 +0000 (18:44 +0000)
libctgraphics/sgpdrive.cpp

index 111fd3ea65e4e115fa1a4785294fd11099b4206a..fad8475dad8e2526ae629b91d2d1da58706304d3 100644 (file)
@@ -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)