From c263636b86d204c9500ed2fe58e4f9db74c28bee Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Tue, 25 Jun 2019 12:55:20 +0530 Subject: Resolves #100 --- src/projManagement/Kicad.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/projManagement/Kicad.py') diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index b75c0cf6..0b34015f 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -42,8 +42,6 @@ class Kicad: self.obj_appconfig = Appconfig() self.obj_dockarea = dockarea - - def openSchematic(self): """ This function create command to open Kicad schematic after -- cgit