summaryrefslogtreecommitdiff
path: root/ldmicro/ldmicro.cpp
diff options
context:
space:
mode:
authorRr422018-06-06 13:25:11 +0530
committerRr422018-06-06 13:25:11 +0530
commit3333e7072ed134e381fa084f46d916c549cfc815 (patch)
tree82d48935409d85a307b95c7747001ba1e1d3abda /ldmicro/ldmicro.cpp
parent64b7d13f3483600dc36329129f960f1918ba7c7f (diff)
downloadLDMicroGtk-3333e7072ed134e381fa084f46d916c549cfc815.tar.gz
LDMicroGtk-3333e7072ed134e381fa084f46d916c549cfc815.tar.bz2
LDMicroGtk-3333e7072ed134e381fa084f46d916c549cfc815.zip
Removed AdvancedSimulation files
Diffstat (limited to 'ldmicro/ldmicro.cpp')
-rw-r--r--ldmicro/ldmicro.cpp26
1 files changed, 2 insertions, 24 deletions
diff --git a/ldmicro/ldmicro.cpp b/ldmicro/ldmicro.cpp
index 67d9718..e803bba 100644
--- a/ldmicro/ldmicro.cpp
+++ b/ldmicro/ldmicro.cpp
@@ -31,7 +31,6 @@
#include "ldmicro.h"
#include "freezeLD.h"
#include "mcutable.h"
-#include "advanceddialog.h"
HINSTANCE Instance;
@@ -279,11 +278,6 @@ static void CompileProgram(BOOL compileAs)
// ProgramChangedNotSaved = TRUE;
// GenerateIoListDontLoseSelection();
// RefreshScrollbars();
-// if(AdvancedWindowOpen)
-// {
-// FlushPinNames();
-// PopulateNamingList();
-// }
// }
// #define CHANGING_PROGRAM(x) { \
// UndoRemember(); \
@@ -556,17 +550,14 @@ static void CompileProgram(BOOL compileAs)
// case MNU_SIMULATION_MODE:
// ToggleSimulationMode();
-// ToggleAdvancedSimulationMode();
// break;
// case MNU_START_SIMULATION:
// StartSimulation();
-// StartAdvSimulation();
// break;
// case MNU_STOP_SIMULATION:
// StopSimulation();
-// StopAdvSimulation();
// break;
// case MNU_SINGLE_CYCLE:
@@ -588,9 +579,6 @@ static void CompileProgram(BOOL compileAs)
// case MNU_ABOUT:
// ShowHelpDialog(TRUE);
// break;
-
-// case MNU_ADV_SIMULATION:
-// ShowAdvancedDialog();
// }
// }
@@ -645,7 +633,6 @@ static void CompileProgram(BOOL compileAs)
// if(wParam == 'M') {
// if(GetAsyncKeyState(VK_CONTROL) & 0x8000) {
// ToggleSimulationMode();
-// ToggleAdvancedSimulationMode();
// break;
// }
// } else if(wParam == VK_TAB) {
@@ -657,13 +644,6 @@ static void CompileProgram(BOOL compileAs)
// break;
// }
-// if(wParam == 'A') {
-// if(GetAsyncKeyState(VK_CONTROL) & 0x8000) {
-// ShowAdvancedDialog();
-// break;
-// }
-// }
-
// if(InSimulationMode) {
// switch(wParam) {
// case ' ':
@@ -673,13 +653,11 @@ static void CompileProgram(BOOL compileAs)
// case 'R':
// if(GetAsyncKeyState(VK_CONTROL) & 0x8000)
// StartSimulation();
-// StartAdvSimulation();
// break;
// case 'H':
// if(GetAsyncKeyState(VK_CONTROL) & 0x8000)
// StopSimulation();
-// StopAdvSimulation();
// break;
// case VK_DOWN:
@@ -719,6 +697,7 @@ static void CompileProgram(BOOL compileAs)
// break;
// }
+
// switch(wParam) {
// case VK_F5:
// CompileProgram(FALSE);
@@ -1015,6 +994,7 @@ static void CompileProgram(BOOL compileAs)
// PostQuitMessage(0);
// return 1;
+
// default:
// return DefWindowProc(hwnd, msg, wParam, lParam);
// }
@@ -1121,8 +1101,6 @@ int main(int argc, char** argv)
// // MakeWindowClass();
// // MakeDialogBoxClass();
- // // MakeAdvancedDialogClass();
- // // MakeAdvancedWorkspaceClass();
// // MakeComponentListClass();
// // MakeSmplDialogClass();
// // MakeNamingListClass();