diff options
author | sanine-a <sanine.not@pm.me> | 2020-05-21 09:38:23 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-05-21 09:38:23 -0500 |
commit | 9b66b322b600ab0db66cb6f3ff5a7c4196b9193f (patch) | |
tree | 1faebcf20bde4d5f380a4d7b94a6a8075cfcc480 /src | |
parent | a09b5a72d365f10e35b012e04b95891abf0b8313 (diff) |
fix documentation errors
Diffstat (limited to 'src')
-rw-r--r-- | src/honey.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/honey.c b/src/honey.c index c55ddc2..b6f783f 100644 --- a/src/honey.c +++ b/src/honey.c @@ -41,10 +41,6 @@ void honey_set_draw_callback(void (*draw_callback)()) { honey_draw_callback = draw_callback; } -void honey_set_fps(unsigned int fps) { - honey_draw_dt = 1.0f / fps; -} - /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ void honey_run(honey_window window) { |