From 386f782644a1942fde60b2730824b955bbf9e5aa Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 19 Jun 2000 18:44:51 +0000 Subject: [PATCH] r106: *** empty log message *** --- libctgraphics/sgpdrive.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 2.34.1