aboutsummaryrefslogtreecommitdiffstats
path: root/source/code.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/code.cpp')
-rw-r--r--source/code.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/code.cpp b/source/code.cpp
index e53165c..2f10b90 100644
--- a/source/code.cpp
+++ b/source/code.cpp
@@ -24,12 +24,12 @@
#include <iostream>
#include <string>
-extern std::string tempFileName;
extern stmdsp::device *m_device;
extern void log(const std::string& str);
TextEditor editor; // file.cpp
+std::string tempFileName; // device.cpp
static std::string editorCompiled;
static std::string newTempFileName();
@@ -57,8 +57,6 @@ void codeRenderToolbar()
{
if (ImGui::Button("Compile"))
compileEditorCode();
- ImGui::SameLine();
- ImGui::Button("Upload");
}
void codeRenderWidgets()