~andrew-plumb/kicad/kicad

« back to all changes in this revision

Viewing changes to pcbnew/class_board.cpp

  • Committer: jean-pierre charras
  • Date: 2013-10-11 16:24:43 UTC
  • Revision ID: jp.charras@wanadoo.fr-20131011162443-1uqzbg1yogv1c4n0
Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
Remove KICAD_GOST option because it is  now useless: the 2 GOST options are now selectable at run time and are:
* specific page layouts (now user definable, and the GOST page layouts are available in template folder)
* notation for multiple parts per package (made in eeschema, preference menu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
BOARD::BOARD() :
63
63
    BOARD_ITEM( (BOARD_ITEM*) NULL, PCB_T ),
64
64
    m_NetInfo( this ),
65
 
    m_paper( PAGE_INFO::A4, IsGOST() ),
 
65
    m_paper( PAGE_INFO::A4 ),
66
66
    m_NetClasses( this )
67
67
{
68
68
    // we have not loaded a board yet, assume latest until then.