summaryrefslogtreecommitdiff
path: root/ldmicro/simulate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/simulate.cpp')
-rw-r--r--ldmicro/simulate.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldmicro/simulate.cpp b/ldmicro/simulate.cpp
index 7211e96..392a9af 100644
--- a/ldmicro/simulate.cpp
+++ b/ldmicro/simulate.cpp
@@ -722,8 +722,6 @@ void SimulateOneCycle(BOOL forceRefresh)
if(NeedRedraw || SimulateRedrawAfterNextCycle || forceRefresh) {
InvalidateRect(DrawWindow, NULL, FALSE);
RefreshControlsToSettings();
- // gtk_widget_queue_draw(DrawWindow);
- // ListView_RedrawItems(IoList, 0, Prog.io.count - 1);
}
SimulateRedrawAfterNextCycle = FALSE;
@@ -854,8 +852,6 @@ void ShowUartSimulationWindow(void)
UartSimulationWindow = CreateWindowClient("UART Simulation (Terminal)",
TerminalX, TerminalY, TerminalW, TerminalH, MainWindow);
- // UartSimulationWindow->setWindowTitle("UART Simulation (Terminal)");
- /// remove close button
UartSimulationWindow->setWindowFlags(Qt::Window
| Qt::WindowMinimizeButtonHint |
Qt::WindowStaysOnTopHint);