Cleanup: remove padding in runtime data

This commit is contained in:
Jacques Lucke
2023-10-11 11:49:35 +02:00
parent 613a0ad651
commit 80dd5a4f52

View File

@@ -343,8 +343,6 @@ typedef struct Panel_Runtime {
/* Applied to Panel.ofsx, but saved separately so we can track changes between redraws. */
int region_ofsx;
char _pad[4];
/**
* Pointer for storing which data the panel corresponds to.
* Useful when there can be multiple instances of the same panel type.