From 4f0591c8b6870bf42d6d5250f7cde8186b7e8249 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 24 Mar 2015 12:12:05 -0300 Subject: [PATCH] Remove load_bitmap_font() from Skia port --- src/she/skia/she.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/she/skia/she.cpp b/src/she/skia/she.cpp index 163743e72..d6ca2c047 100644 --- a/src/she/skia/she.cpp +++ b/src/she/skia/she.cpp @@ -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[]);