From f4074507329acf1cdeac8d69a46ab93a67697157 Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Thu, 5 Jan 2017 20:11:37 -0500 Subject: [PATCH] Remove code referring to deleted variable --- pcbnew/pcbnew.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pcbnew/pcbnew.cpp b/pcbnew/pcbnew.cpp index e67ea6647b..8d8613a6b1 100644 --- a/pcbnew/pcbnew.cpp +++ b/pcbnew/pcbnew.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck - * Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -228,11 +228,6 @@ static bool scriptingSetup() #elif defined( __WXMAC__ ) - // This path is given to LoadPlugins() from kicadplugins.i, which - // only supports one path, the bundle scripting path for now. - // All other paths are determined by the pcbnew.py initialisation code - path_frag = GetOSXKicadDataDir() + wxT( "/scripting" ); - // Add default paths to PYTHONPATH wxString pypath;