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);