diff --git a/eeschema/netlist_exporters/netlist_exporter.cpp b/eeschema/netlist_exporters/netlist_exporter.cpp index f3d3645840..50f1b1a37c 100644 --- a/eeschema/netlist_exporters/netlist_exporter.cpp +++ b/eeschema/netlist_exporters/netlist_exporter.cpp @@ -65,9 +65,6 @@ wxString NETLIST_EXPORTER::MakeCommandLine( const wxString& aFormatString, ret.Replace( wxT( "%I" ), in.GetFullPath().GetData(), true ); ret.Replace( wxT( "%O" ), out.GetFullPath().GetData(), true ); - // Use Unix like notation, which always works - ret.Replace( wxT( "\\" ), "/", true ); - return ret; }