Remove extra kicad from Linux plugins path

Fixes https://gitlab.com/kicad/code/kicad/-/issues/7719
This commit is contained in:
Jon Evans 2021-02-27 11:02:04 -05:00
parent 11bc23fab2
commit a251141d1d
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ wxString PATHS::GetStockPluginsPath()
// corresponding to the install path used for constructing KICAD_USER_PLUGIN
wxString tfname = wxString::FromUTF8Unchecked( KICAD_DATA );
fn.Assign( tfname, "" );
fn.AppendDir( "kicad" ); // linux use lowercase
fn.AppendDir( wxT( "plugins" ) );
#endif