[python/turtle] Remove old turtle icon

This commit is contained in:
Léa Saviot
2018-12-12 15:30:46 +01:00
parent 99d71bb0d9
commit 8ac60983ed
3 changed files with 1 additions and 7 deletions

View File

@@ -165,9 +165,6 @@ ifeq ($(PLATFORM),emscripten)
$(py_objs): SFLAGS := $(subst -Os,-O0,$(SFLAGS))
endif
# Icon dependency
python/port/mod/turtle/turtle.cpp: python/port/mod/turtle/turtle_icon.o
# QSTR generation
generated_headers += $(addprefix python/port/genhdr/, qstrdefs.generated.h)
@@ -182,6 +179,4 @@ $(py_objs) $(extmod_objs) $(port_objs): python/port/genhdr/qstrdefs.generated.h
# List all objects needed
objs += $(extmod_objs) $(py_objs) $(port_objs) python/port/mod/turtle/turtle_icon.o
app_images += python/port/mod/turtle/turtle_icon.png
objs += $(extmod_objs) $(py_objs) $(port_objs)

View File

@@ -5,7 +5,6 @@ extern "C" {
}
#include "../../helpers.h"
#include "../../port.h"
#include "turtle_icon.h"
static constexpr KDCoordinate k_iconSize = 15;
static constexpr KDCoordinate k_iconBodySize = 5;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 B