2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-17 07:21:43 +00:00

Remove unused max constant.

This commit is contained in:
njohnson
2026-05-02 13:08:08 -04:00
committed by Jan Laupetin
parent 2b3f680d48
commit e0c1ba1724
@@ -6,14 +6,13 @@
#include <cstring>
#include <format>
#include <sstream>
#include <iostream>
using namespace IW5;
namespace
{
constexpr auto MAX_IMAGE_NAME_SIZE = 0x800;
class LoaderLightDef final : public AssetCreator<AssetLightDef>
{
public: