Skip to content

Commit

Permalink
delete a macro left over by accident a couple of PRs ago (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemus authored Dec 30, 2024
1 parent e2e8a56 commit 14965f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/definitions_cxx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ constexpr int32_t kNumInstrumentSlots = 1000;
// Don't ever make this less! The zoom rendering code uses this buffer for its stuff
constexpr size_t kFilenameBufferSize = 256;

// Macro that enumerates UI types, allowing single definition of them: used here for
// the enum, and for names in ui.cpp
#define DEF_UI_TYPES

/// Static enum representing which view a generic UI pointer actually represents.
/// If you update this, also update the string translations in ui.cpp!
enum class UIType : uint8_t {
Expand Down

0 comments on commit 14965f5

Please sign in to comment.