mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Remove some obsolete LOCALE_IO
This commit is contained in:
parent
408e1feae2
commit
2cf6ec2411
@ -387,8 +387,6 @@ void BITMAPCONV_INFO::createOutputData( const wxString& aLayer )
|
||||
|
||||
potrace_dpoint_t( *c )[3];
|
||||
|
||||
LOCALE_IO toggle; // Temporary switch the locale to standard C to r/w floats
|
||||
|
||||
// The layer name has meaning only for .kicad_mod files.
|
||||
// For these files the header creates 2 invisible texts: value and ref
|
||||
// (needed but not useful) on silk screen layer
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <gestfich.h>
|
||||
#include <hotkeys_basic.h>
|
||||
#include <kiway_player.h>
|
||||
#include <locale_io.h>
|
||||
#include <panel_hotkeys_editor.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <tool/tool_manager.h>
|
||||
|
@ -132,7 +132,6 @@ void SCH_PLOTTER::createPDFFile( const SCH_PLOT_OPTS& aPlotOpts,
|
||||
|
||||
wxString msg;
|
||||
wxFileName plotFileName;
|
||||
LOCALE_IO toggle; // Switch the locale to standard C
|
||||
|
||||
for( unsigned i = 0; i < sheetList.size(); i++ )
|
||||
{
|
||||
@ -453,8 +452,6 @@ bool SCH_PLOTTER::plotOneSheetPS( const wxString& aFileName, SCH_SCREEN* aScreen
|
||||
return false;
|
||||
}
|
||||
|
||||
LOCALE_IO toggle; // Switch the locale to standard C
|
||||
|
||||
plotter->StartPlot( m_schematic->CurrentSheet().GetPageNumber() );
|
||||
|
||||
if( aPlotOpts.m_useBackgroundColor && plotter->GetColorMode() )
|
||||
@ -633,8 +630,6 @@ bool SCH_PLOTTER::plotOneSheetSVG( const wxString& aFileName, SCH_SCREEN* aScree
|
||||
return false;
|
||||
}
|
||||
|
||||
LOCALE_IO toggle;
|
||||
|
||||
plotter->StartPlot( m_schematic->CurrentSheet().GetPageNumber() );
|
||||
|
||||
if( aPlotOpts.m_useBackgroundColor && plotter->GetColorMode() )
|
||||
@ -794,8 +789,6 @@ bool SCH_PLOTTER::plotOneSheetDXF( const wxString& aFileName, SCH_SCREEN* aScree
|
||||
return false;
|
||||
}
|
||||
|
||||
LOCALE_IO toggle;
|
||||
|
||||
plotter->StartPlot( m_schematic->CurrentSheet().GetPageNumber() );
|
||||
|
||||
if( aPlotOpts.m_plotDrawingSheet )
|
||||
|
Loading…
x
Reference in New Issue
Block a user