remove unused symbols, free a little bit of space (#1167)
This commit is contained in:
@@ -5,13 +5,8 @@ namespace Pinetime {
|
||||
namespace Screens {
|
||||
namespace Symbols {
|
||||
static constexpr const char* none = "";
|
||||
static constexpr const char* batteryFull = "\xEF\x89\x80";
|
||||
static constexpr const char* batteryEmpty = "\xEF\x89\x84";
|
||||
static constexpr const char* batteryThreeQuarter = "\xEF\x89\x81";
|
||||
static constexpr const char* batteryHalf = "\xEF\x89\x82";
|
||||
static constexpr const char* batteryOneQuarter = "\xEF\x89\x83";
|
||||
static constexpr const char* heartBeat = "\xEF\x88\x9E";
|
||||
static constexpr const char* bluetoothFull = "\xEF\x8A\x93";
|
||||
static constexpr const char* bluetooth = "\xEF\x8A\x94";
|
||||
static constexpr const char* plug = "\xEF\x87\xA6";
|
||||
static constexpr const char* shoe = "\xEF\x95\x8B";
|
||||
@@ -22,11 +17,9 @@ namespace Pinetime {
|
||||
static constexpr const char* check = "\xEF\x95\xA0";
|
||||
static constexpr const char* music = "\xEF\x80\x81";
|
||||
static constexpr const char* tachometer = "\xEF\x8F\xBD";
|
||||
static constexpr const char* asterisk = "\xEF\x81\xA9";
|
||||
static constexpr const char* paintbrush = "\xEF\x87\xBC";
|
||||
static constexpr const char* paddle = "\xEF\x91\x9D";
|
||||
static constexpr const char* map = "\xEF\x96\xa0";
|
||||
static constexpr const char* qrcode = "\xEF\x80\xa9";
|
||||
static constexpr const char* phone = "\xEF\x82\x95";
|
||||
static constexpr const char* phoneSlash = "\xEF\x8F\x9D";
|
||||
static constexpr const char* volumMute = "\xEF\x9A\xA9";
|
||||
|
Reference in New Issue
Block a user