summaryrefslogtreecommitdiff
path: root/cad/vipec/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/vipec/patches/patch-ac')
-rw-r--r--cad/vipec/patches/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/vipec/patches/patch-ac b/cad/vipec/patches/patch-ac
deleted file mode 100644
index 761287b46a2..00000000000
--- a/cad/vipec/patches/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2006/05/26 09:20:03 joerg Exp $
-
---- include/Component.h.orig 2006-05-26 08:12:35.000000000 +0000
-+++ include/Component.h
-@@ -44,6 +44,7 @@ class QTextStream;
- class Component : public SchematicElement
- {
- public:
-+ Component( const Component& c );
- Component( const QPoint& center );
- virtual ~Component();
-
-@@ -107,7 +108,6 @@ protected:
-
- private:
- //Not implemented
-- Component( const Component& c );
- Component& operator=( const Component& c );
-
- void drawAttributes(QPainter* painter);