HomeWildfire Games

Removes unused and redundant h_mgr after rP25936 and rP26368.
AuditedrP26369

Description

Removes unused and redundant h_mgr after rP25936 and rP26368.

Event Timeline

Freagarach raised a concern with this commit.Feb 14 2022, 6:47 AM
Freagarach added a subscriber: Freagarach.
Font.cpp
In file included from ../../../source/graphics/Font.cpp:19:
../../../source/graphics/Font.h:22:10: fatal error: lib/res/handle.h: No such file or directory
   22 | #include "lib/res/handle.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [graphics.make:249: obj/graphics_Release/Font.o] Error 1
make: *** [Makefile:127: graphics] Error 2

(Also see the CI.)

This commit now has outstanding concerns.Feb 14 2022, 6:47 AM
vladislavbelov requested verification of this commit.Feb 14 2022, 7:31 AM
Font.cpp
In file included from ../../../source/graphics/Font.cpp:19:
../../../source/graphics/Font.h:22:10: fatal error: lib/res/handle.h: No such file or directory
   22 | #include "lib/res/handle.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [graphics.make:249: obj/graphics_Release/Font.o] Error 1
make: *** [Makefile:127: graphics] Error 2

(Also see the CI.)

Fixed in rP26372.

This commit now requires verification by auditors.Feb 14 2022, 7:31 AM
Freagarach accepted this commit.Feb 14 2022, 8:05 AM

Compiles successfully for me now.

All concerns with this commit have now been addressed.Feb 14 2022, 8:05 AM