X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Flinetypepattern.cpp;fp=src%2Fbase%2Flinetypepattern.cpp;h=0000000000000000000000000000000000000000;hb=9f6ad3fe0b9cb30115a5d38e8af3aebed0d70c08;hp=b7c3757c055a51ee199c8f88affadb56251a0088;hpb=43c13b052d069ba435277d93867380d00c04931f;p=architektonas diff --git a/src/base/linetypepattern.cpp b/src/base/linetypepattern.cpp deleted file mode 100644 index b7c3757..0000000 --- a/src/base/linetypepattern.cpp +++ /dev/null @@ -1,37 +0,0 @@ -// linetypepattern.cpp -// -// Part of the Architektonas Project -// Originally part of QCad Community Edition by Andrew Mustun -// Extensively rewritten and refactored by James L. Hammons -// Portions copyright (C) 2001-2003 RibbonSoft -// Copyright (C) 2010 Underground Software -// See the README and GPLv2 files for licensing and warranty information -// -// JLH = James L. Hammons -// -// Who When What -// --- ---------- ----------------------------------------------------------- -// JLH 06/01/2010 Added this text. :-) -// - -#include "linetypepattern.h" - -LineTypePattern::LineTypePattern(int count ...) -{ - va_list ap; - int i = 0; - num = count; - - va_start(ap, count); - pattern = new double[num]; - - for(i=0; i