From 55748eb73e0602525aa766eeb694aca7078a6f45 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Mon, 6 Jan 2025 17:57:45 +0300 Subject: [PATCH] Remove XSPICE-related SubPort properties; has no effect on simulation --- qucs/components/subcirport.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/qucs/components/subcirport.cpp b/qucs/components/subcirport.cpp index 4ce4455c..400e4de8 100644 --- a/qucs/components/subcirport.cpp +++ b/qucs/components/subcirport.cpp @@ -30,9 +30,6 @@ SubCirPort::SubCirPort() Props.append(new Property("Type", "analog", false, QObject::tr("type of the port (for digital simulation only)") +" [analog, in, out, inout]")); - Props.append(new Property("XSPICE_Type","v",false,"Allowed XSPICE types: [v,i,vd,id,h,g,hd,gd]")); - Props.append(new Property("Bounded","",false, - QObject::tr("Conjugated port for XSPICE differential ports"))); createSymbol(); tx = x1+4;