From d8fbe9da00347f9f0378de6046ef1490fd33ca0a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 23:54:02 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/state.cpp b/src/state.cpp index d75feea6..a5b104ee 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -10,4 +10,3 @@ State::State() { create = std::make_unique(); } -