aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad/files/patch-eeschema_sch_line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cad/kicad/files/patch-eeschema_sch_line.cpp')
-rw-r--r--cad/kicad/files/patch-eeschema_sch_line.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/kicad/files/patch-eeschema_sch_line.cpp b/cad/kicad/files/patch-eeschema_sch_line.cpp
deleted file mode 100644
index 5414ea44d2ff..000000000000
--- a/cad/kicad/files/patch-eeschema_sch_line.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- eeschema/sch_line.cpp.orig 2013-03-09 21:07:56.000000000 +0100
-+++ eeschema/sch_line.cpp 2014-05-01 18:54:48.000000000 +0200
-@@ -467,7 +467,7 @@
- }
-
-
--void SCH_LINE::GetConnectionPoints( vector< wxPoint >& aPoints ) const
-+void SCH_LINE::GetConnectionPoints( std::vector< wxPoint >& aPoints ) const
- {
- aPoints.push_back( m_start );
- aPoints.push_back( m_end );
-@@ -522,7 +522,7 @@
- }
-
-
--void SCH_LINE::GetNetListItem( vector<NETLIST_OBJECT*>& aNetListItems,
-+void SCH_LINE::GetNetListItem( std::vector<NETLIST_OBJECT*>& aNetListItems,
- SCH_SHEET_PATH* aSheetPath )
- {
- // Net list item not required for graphic lines.