File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
it.baeyens.arduino.core/src/it/baeyens/arduino/ui Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,10 @@ protected void createFieldEditors() {
95
95
this .arduinoPrivateLibPath = new PathEditor (Const .KEY_PRIVATE_LIBRARY_PATHS , Messages .ui_private_lib_path ,
96
96
Messages .ui_private_lib_path_help , parent );
97
97
addField (this .arduinoPrivateLibPath );
98
- this .arduinoPrivateLibPath .setPreferenceStore (getPreferenceStore ());
99
98
100
99
this .arduinoPrivateHardwarePath = new PathEditor (Const .KEY_PRIVATE_HARDWARE_PATHS ,
101
100
Messages .ui_private_hardware_path , Messages .ui_private_hardware_path_help , parent );
102
101
addField (this .arduinoPrivateHardwarePath );
103
- this .arduinoPrivateHardwarePath .setPreferenceStore (getPreferenceStore ());
104
102
105
103
Dialog .applyDialogFont (parent );
106
104
createLine (parent , 4 );
You can’t perform that action at this time.
0 commit comments