Browse Source
Kicad: files cleaning (remove unused files) and code cleaning. Try to fix bug 738840.
pull/1/head
Kicad: files cleaning (remove unused files) and code cleaning. Try to fix bug 738840.
pull/1/head
14 changed files with 49 additions and 55 deletions
-
2common/CMakeLists.txt
-
2common/build_version.cpp
-
22common/class_layer_box_selector.cpp
-
1gerbview/CMakeLists.txt
-
18gerbview/draw_gerber_screen.cpp
-
21gerbview/dummy_functions.cpp
-
4gerbview/gerbview_frame.h
-
4gerbview/toolbars_gerber.cpp
-
12include/class_layer_box_selector.h
-
6include/wxPcbStruct.h
-
2packaging/windows/nsis/install.nsi
-
2pcbnew/tool_modedit.cpp
-
6pcbnew/tool_pcb.cpp
-
2version.txt
@ -1,21 +0,0 @@ |
|||
/* dummy_functions.cpp
|
|||
* |
|||
* There are functions used in some classes. |
|||
* they are useful in pcbnew, but have no meaning or are never used |
|||
* in cvpcb or gerbview. |
|||
* but they must exist because they appear in some classes, and here, no nothing. |
|||
*/ |
|||
#include "fctsys.h"
|
|||
|
|||
#include "common.h"
|
|||
#include "pcbnew.h"
|
|||
|
|||
TRACK* Marque_Une_Piste( BOARD* aPcb, |
|||
TRACK* aStartSegm, |
|||
int* aSegmCount, |
|||
int* aTrackLen, |
|||
bool aReorder ) |
|||
{ |
|||
return NULL; |
|||
} |
|||
|
|||
@ -1,4 +1,4 @@ |
|||
release version: |
|||
2011 mar 17 |
|||
files (.zip,.tgz): |
|||
kicad-2011-03-20 |
|||
kicad-2011-03-23 |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue