bbaa4fc7ed
Submitted by Jacob Meuser <jakemsr@clipper.net>. QCad is a free open-source 2D CAD system for *nix. The developers' main goals are to build a stable, fast and easy to use CAD for everyone. One doesn't need any knowledge of a CAD program to start working with QCad.
15 lines
682 B
Plaintext
15 lines
682 B
Plaintext
$OpenBSD: patch-rfileeps_cpp,v 1.1.1.1 2001/08/11 14:45:26 naddy Exp $
|
|
--- rfileeps.cpp.orig Sun Mar 25 03:17:10 2001
|
|
+++ rfileeps.cpp Thu Aug 9 02:13:34 2001
|
|
@@ -66,8 +66,8 @@ RFileEps::save()
|
|
RLOG( "\nRFileEps::save()" );
|
|
|
|
bool ret; // returned value
|
|
- int i; // counter
|
|
- RLayer* lay; // Pointer to a layer in the graphic
|
|
+ //int i; // counter
|
|
+ //RLayer* lay; // Pointer to a layer in the graphic
|
|
RElement *el; // pointer which walks through elements
|
|
double factor = 10.0/0.35; // Factor for EPS format output - Note
|
|
// that we scale by 0.1 for better accuracy.
|