Remove load_bitmap_font() from Skia port

This commit is contained in:
David Capello 2015-03-24 12:12:05 -03:00
parent e506387dad
commit 4f0591c8b6

View File

@ -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[]);