mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +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_event_queue.h"
|
||||||
#include "she/skia/skia_window.h"
|
#include "she/skia/skia_window.h"
|
||||||
#include "she/skia/skia_display.h"
|
#include "she/skia/skia_display.h"
|
||||||
#include "she/skia/skia_font.h"
|
|
||||||
#include "she/skia/skia_system.h"
|
#include "she/skia/skia_system.h"
|
||||||
|
|
||||||
namespace she {
|
namespace she {
|
||||||
@ -75,12 +74,6 @@ int clock_value()
|
|||||||
return 0; // clock_var;
|
return 0; // clock_var;
|
||||||
}
|
}
|
||||||
|
|
||||||
Font* load_bitmap_font(const char* filename, int scale)
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
return new SkiaFont(SkiaFont::DeleteThis);
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace she
|
} // namespace she
|
||||||
|
|
||||||
extern int app_main(int argc, char* argv[]);
|
extern int app_main(int argc, char* argv[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user