summaryrefslogtreecommitdiff
path: root/xpp/slic.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/slic.h')
-rw-r--r--xpp/slic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xpp/slic.h b/xpp/slic.h
index 2c12330..ea49441 100644
--- a/xpp/slic.h
+++ b/xpp/slic.h
@@ -67,12 +67,6 @@ typedef struct slic_reply {
(slic_reg)->reg_data = data; \
} while(0);
-/* OLD SLIC_INIT data */
-typedef struct slic_data {
- byte len;
- byte data[40];
-} __attribute__((packed)) slic_data_t;
-
/*------------------------------ SLIC Initializers -------------------------*/