From c48f45d2da712d7742e14096daeec7ca206d9b5a Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Fri, 8 May 2020 17:30:22 +0200 Subject: [PATCH] remove union --- FMControl.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/FMControl.h b/FMControl.h index 2d184e2..bcae8a3 100644 --- a/FMControl.h +++ b/FMControl.h @@ -22,17 +22,6 @@ #include "FMNetwork.h" #include "Defines.h" -typedef struct -{ - union - { - int pack; - char packBytes[4]; - }; - -} SamplePack; - - class CFMControl { public: CFMControl(CFMNetwork* network);