aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy.h
diff options
context:
space:
mode:
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);