aboutsummaryrefslogtreecommitdiff
path: root/src/container
diff options
context:
space:
mode:
Diffstat (limited to 'src/container')
-rw-r--r--src/container/inc/container.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/container/inc/container.h b/src/container/inc/container.h
index 59ab5fd..31685db 100644
--- a/src/container/inc/container.h
+++ b/src/container/inc/container.h
@@ -26,11 +26,6 @@ struct container
struct sprite *sprite;
struct sound *sound;
} data;
-
- struct container_rt
- {
- struct container *c;
- } *rt;
};
int container_load_ex(const char *path, const struct container *list, size_t n);