Skip to content

Commit

Permalink
Removed not used GfxFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Nov 21, 2024
1 parent 1c148b3 commit d62c462
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions himbaechel/himbaechel_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ struct Context;

struct PlacerHeapCfg;

namespace GfxFlags {
static constexpr uint32_t FLAG_INVERT_Y = 0x0001;
static constexpr uint32_t FLAG_SHOW_BEL = 0x0002;
static constexpr uint32_t FLAG_SHOW_WIRE = 0x0004;
static constexpr uint32_t FLAG_SHOW_PIP = 0x0008;
}

struct HimbaechelAPI
{
// Architecture specific context initialization
Expand Down

0 comments on commit d62c462

Please sign in to comment.