diff --git a/app/src/common.h b/app/src/common.h index 4cbf1d74..e5cbe953 100644 --- a/app/src/common.h +++ b/app/src/common.h @@ -27,9 +27,4 @@ struct position { struct point point; }; -struct port_range { - uint16_t first; - uint16_t last; -}; - #endif