Remove code referring to deleted variable

This commit is contained in:
Chris Pavlina 2017-01-05 20:11:37 -05:00
parent 50cdd5cdf1
commit f407450732
1 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@
*
* Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr
* Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
* 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;