aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-11 21:25:07 -0400
committeriamcheeseman <[email protected]>2026-05-11 21:25:07 -0400
commit4607ee516f7b2653da59f5c67c39247a4b1b0820 (patch)
tree8eebd843eecaf4a60600b0540ed24bcc4dcdb280 /teensy/teensy.h
parentb34220f5df6ab917f191ee4bc0189ba85065199c (diff)
hide the renderer from the user of teensy
Diffstat (limited to 'teensy/teensy.h')
-rw-r--r--teensy/teensy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h
index 13216a8..4a60882 100644
--- a/teensy/teensy.h
+++ b/teensy/teensy.h
@@ -91,10 +91,6 @@ struct ty_font {
struct ty_image glyphs[CHAR_MAX];
};
-struct ty_renderer {
- struct ty_image screen;
-};
-
void ty_init(struct ty_hints hints);
void ty_deinit(void);