change some useless stuff

This commit is contained in:
Gregory Wells
2025-09-19 09:21:03 -04:00
parent eef7045ac2
commit c495a7a0e8

View File

@@ -24,7 +24,6 @@ typedef struct gnOutputDeviceInfo {
struct gnOutputDevice_t {
struct gnPlatformOutputDevice_t* outputDevice;
gnOutputDeviceInfo deviceInfo;
gnInstanceHandle instance;
};
#endif