aboutsummaryrefslogtreecommitdiff
path: root/src/ppu/ppu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppu/ppu.h')
-rw-r--r--src/ppu/ppu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h
index 18b58a2..75d97c1 100644
--- a/src/ppu/ppu.h
+++ b/src/ppu/ppu.h
@@ -9,9 +9,6 @@ void hh_ppu_init();
/** @brief deinitialize ppu interface */
void hh_ppu_deinit();
-/** @brief */
-void hh_ppu_load_tilemap();
-
/** @brief update single foreground sprite */
void hh_ppu_update_foreground(unsigned index, hh_s_ppu_loc_fam_entry e);
/** @brief update single background sprite */