2222#define spinCompilerKey PropellerIdeGuiKey " _SpinCompiler"
2323#define spinIncludesKey PropellerIdeGuiKey " _SpinIncludes"
2424#define spinLoaderKey PropellerIdeGuiKey " _SpinLoader"
25- // #define separatorKey PropellerIdeGuiKey "_PathSeparator"
26- // #define configFileKey PropellerIdeGuiKey "_ConfigFile"
2725#define editorFontKey PropellerIdeGuiKey " _EditorFont"
2826#define fontSizeKey PropellerIdeGuiKey " _FontSize"
2927#define lastFileNameKey PropellerIdeGuiKey " _LastFileName"
30- // #define lastBoardNameKey PropellerIdeGuiKey "_LastBoardName"
31- // #define lastPortNameKey PropellerIdeGuiKey "_LastPortName"
3228#define lastTermXposKey PropellerIdeGuiKey " _LastTermXposition"
3329#define lastTermYposKey PropellerIdeGuiKey " _LastTermYposition"
3430#define termGeometryKey PropellerIdeGuiKey " _TermGeometry"
9692#define terminalEchoOn PropellerIdeGuiKey " _termKeyEchoOn"
9793#define termKeyBaudRate PropellerIdeGuiKey " _termBaudRate"
9894
99- #define externalLoader " p1load"
100- #define externalWinLoader externalLoader " .exe"
101-
10295#define enableAutoComplete PropellerIdeGuiKey " _enableAutoComplete"
10396#define enableSpinSuggest PropellerIdeGuiKey " _enableSpinSuggest"
10497
@@ -114,7 +107,6 @@ class Preferences : public QDialog
114107 int getTabSpaces ();
115108 bool getAutoCompleteEnable ();
116109 bool getSpinSuggestEnable ();
117- bool getPortBoardNameEnable ();
118110 QLineEdit *getTabSpaceLedit ();
119111
120112signals:
@@ -157,7 +149,6 @@ public slots:
157149 QString tabSpacesStr;
158150 QCheckBox autoCompleteEnable;
159151 QCheckBox spinSuggestEnable;
160- QCheckBox portBoardNameEnable;
161152 QLineEdit tabspaceLedit;
162153 QPushButton clearSettingsButton;
163154 QPushButton fontButton;
0 commit comments