Remove unnecessary typedefs or replace with using.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace
|
||||
const uint8_t CW_UPSHIFT = 235;
|
||||
|
||||
|
||||
typedef struct
|
||||
struct DMParameterEntry
|
||||
{
|
||||
int nDataTotal;
|
||||
int nXtotal;
|
||||
@@ -55,7 +55,7 @@ namespace
|
||||
int nYregions;
|
||||
int nXregion;
|
||||
int nYregion;
|
||||
} DMParameterEntry;
|
||||
};
|
||||
|
||||
const DMParameterEntry params[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user