Remove commented code from system.h

This commit is contained in:
Rodrigo Arias 2023-02-23 20:04:50 +01:00 committed by Rodrigo Arias Mallo
parent 8c509475f9
commit 55624d4c68

View File

@ -39,15 +39,10 @@ struct system {
struct emu_args *args;
struct lpt *lpt;
//struct model_ctx ctx;
};
int system_init(struct system *sys, struct emu_args *args, struct trace *trace);
int system_connect(struct system *sys, struct bay *bay, struct recorder *rec);
struct lpt *system_get_lpt(struct stream *stream);
//struct emu_cpu *system_find_cpu(struct emu_loom *loom, int cpuid);
//int model_ctx_set(struct model_ctx *ctx, int model, void *data);
//int model_ctx_get(struct model_ctx *ctx, int model, void *data);
#endif /* EMU_SYSTEM_H */