Skip to content

Commit

Permalink
Remove an unused function declaration setupPrintfStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
amdrexu committed Dec 15, 2023
1 parent 55cd330 commit 267cb22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lgc/patch/ConfigBuilderBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ConfigBuilderBase {
void appendConfig(unsigned key, unsigned value);

bool usesViewportArrayIndex();
void setupPrintfStrings();

template <typename T> void invalidRegConfig(T &config) {
static_assert(sizeof(T) % sizeof(PalMetadataNoteEntry) == 0,
Expand Down

0 comments on commit 267cb22

Please sign in to comment.