Removed now unneeded images from the paint module.

This commit is contained in:
Relintai 2022-11-20 21:19:53 +01:00
parent ff1dbced6d
commit 8c98ec9883
10 changed files with 8 additions and 72 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

View File

@ -32,69 +32,37 @@ public:
return texture; return texture;
} }
static Ref<Texture> make_icon_arrow_down_png() { static Ref<Texture> make_icon_brush_circle_png() {
return make_icon(arrow_down_png);
}
static Ref<Texture> make_icon_arrow_up_png() {
return make_icon(arrow_up_png);
}
static Ref<Texture> make_icon_brush_circle_png() {
return make_icon(brush_circle_png); return make_icon(brush_circle_png);
} }
static Ref<Texture> make_icon_brush_circle_hovered_png() { static Ref<Texture> make_icon_brush_circle_hovered_png() {
return make_icon(brush_circle_hovered_png); return make_icon(brush_circle_hovered_png);
} }
static Ref<Texture> make_icon_brush_h_line_png() { static Ref<Texture> make_icon_brush_h_line_png() {
return make_icon(brush_h_line_png); return make_icon(brush_h_line_png);
} }
static Ref<Texture> make_icon_brush_h_line_hovered_png() { static Ref<Texture> make_icon_brush_h_line_hovered_png() {
return make_icon(brush_h_line_hovered_png); return make_icon(brush_h_line_hovered_png);
} }
static Ref<Texture> make_icon_brush_rect_png() { static Ref<Texture> make_icon_brush_rect_png() {
return make_icon(brush_rect_png); return make_icon(brush_rect_png);
} }
static Ref<Texture> make_icon_brush_rect_hovered_png() { static Ref<Texture> make_icon_brush_rect_hovered_png() {
return make_icon(brush_rect_hovered_png); return make_icon(brush_rect_hovered_png);
} }
static Ref<Texture> make_icon_brush_v_line_png() { static Ref<Texture> make_icon_brush_v_line_png() {
return make_icon(brush_v_line_png); return make_icon(brush_v_line_png);
} }
static Ref<Texture> make_icon_brush_v_line_hovered_png() { static Ref<Texture> make_icon_brush_v_line_hovered_png() {
return make_icon(brush_v_line_hovered_png); return make_icon(brush_v_line_hovered_png);
} }
static Ref<Texture> make_icon_grid_png() {
return make_icon(grid_png);
}
static Ref<Texture> make_icon_lock_layer_png() {
return make_icon(lock_layer_png);
}
static Ref<Texture> make_icon_lock_layer_1_png() {
return make_icon(lock_layer_1_png);
}
static Ref<Texture> make_icon_minidotta_png() {
return make_icon(minidotta_png);
}
static Ref<Texture> make_icon_minidotta_invis_png() {
return make_icon(minidotta_invis_png);
}
static Ref<Texture> make_icon_unlock_layer_png() {
return make_icon(unlock_layer_png);
}
}; };
#endif #endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B