summaryrefslogtreecommitdiff
path: root/cad/vipec/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/vipec/patches/patch-ab')
-rw-r--r--cad/vipec/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/vipec/patches/patch-ab b/cad/vipec/patches/patch-ab
deleted file mode 100644
index b7a582f36f5..00000000000
--- a/cad/vipec/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2006/05/26 09:20:03 joerg Exp $
-
---- include/Schematic.h.orig 2006-05-26 08:07:40.000000000 +0000
-+++ include/Schematic.h
-@@ -41,6 +41,7 @@ public:
- Schematic();
- virtual ~Schematic();
- Schematic& operator=( const Schematic& );
-+ Schematic( const Schematic& );
-
- void setName(const QString& name);
- const QString& getName() const;
-@@ -92,7 +93,6 @@ public:
- TComplex getPortImpedance( uint port );
-
- private:
-- Schematic( const Schematic& );
-
- int distanceFromLine( const QPoint& point,
- const CircuitLine& line,