summaryrefslogtreecommitdiffstats
path: root/src/sim
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/sim_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sim/sim_int.h b/src/sim/sim_int.h
index 70247437..7b07b834 100644
--- a/src/sim/sim_int.h
+++ b/src/sim/sim_int.h
@@ -29,13 +29,6 @@ add_adf_with_ef(struct osim_file_desc *parent,
const char *name, const struct osim_file_desc *in,
int num);
-struct osim_reader_ops {
- const char *name;
- struct osim_reader_hdl *(*reader_open)(int idx, const char *name, void *ctx);
- struct osim_card_hdl *(*card_open)(struct osim_reader_hdl *rh, enum osim_proto proto);
- int (*transceive)(struct osim_reader_hdl *rh, struct msgb *msg);
-};
-
extern const struct osim_reader_ops pcsc_reader_ops;
#endif