Minor fix: Gerber X2 attribute: remove one attribute (TF .GerberVersion, now no more in use) I added in my recent changes relative to the new J5 gerber version attributes.

This commit is contained in:
jean-pierre charras 2015-03-26 19:57:19 +01:00
parent 1bc3e9f105
commit 45808deb47
1 changed files with 0 additions and 7 deletions

View File

@ -211,13 +211,6 @@ void AddGerberX2Attribute( PLOTTER * aPlotter,
{
wxString text;
#ifdef USE_J5_ATTR
text = wxT("%TF.GerberVersion,J5*%");
#else
text = wxT("%TF.GerberVersion,J4*%");
#endif
aPlotter->AddLineToHeader( text );
#ifdef USE_J5_ATTR
// Creates the TF,.GenerationSoftware. Format is:
// %TF,.GenerationSoftware,<vendor>,<application name>[,<application version>]*%