mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-18 07:21:09 +00:00
Remove load_bitmap_font() from Skia port
This commit is contained in:
parent
e506387dad
commit
4f0591c8b6
@ -37,7 +37,6 @@
|
||||
#include "she/skia/skia_event_queue.h"
|
||||
#include "she/skia/skia_window.h"
|
||||
#include "she/skia/skia_display.h"
|
||||
#include "she/skia/skia_font.h"
|
||||
#include "she/skia/skia_system.h"
|
||||
|
||||
namespace she {
|
||||
@ -75,12 +74,6 @@ int clock_value()
|
||||
return 0; // clock_var;
|
||||
}
|
||||
|
||||
Font* load_bitmap_font(const char* filename, int scale)
|
||||
{
|
||||
// TODO
|
||||
return new SkiaFont(SkiaFont::DeleteThis);
|
||||
}
|
||||
|
||||
} // namespace she
|
||||
|
||||
extern int app_main(int argc, char* argv[]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user