From 8c2af08e5a265309e2e08bd83344f31f956a7df8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 6 Feb 2023 01:08:31 -0500 Subject: [PATCH] fix the pull request also what did that force push do? did I lose commits now? --- src/engine/platform/es5506.h | 2 -- src/gui/sampleEdit.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/src/engine/platform/es5506.h b/src/engine/platform/es5506.h index d5ac2b9ba..5a926c07e 100644 --- a/src/engine/platform/es5506.h +++ b/src/engine/platform/es5506.h @@ -20,8 +20,6 @@ #ifndef _ES5506_H #define _ES5506_H -#pragma once - #include "../dispatch.h" #include "../engine.h" #include diff --git a/src/gui/sampleEdit.cpp b/src/gui/sampleEdit.cpp index 950420e20..115223cc8 100644 --- a/src/gui/sampleEdit.cpp +++ b/src/gui/sampleEdit.cpp @@ -248,7 +248,6 @@ void FurnaceGUI::drawSampleEdit() { } ImGui::EndCombo(); } - ImGui::Text("Length: %d",sample->samples); bool isThereSNES=false; for (int i=0; isong.systemLen; i++) {