From: Atanas Gegov <atanas.ge...@bmw-carit.de>

Removed methods from the YoctoSDKUtils class that
are not used.
---
 .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java |   12 ------------
 1 file changed, 12 deletions(-)

diff --git 
a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java 
b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java
index d8d3b4e..c43a75a 100644
--- a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java
+++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java
@@ -554,12 +554,6 @@ public class YoctoSDKUtils {
                }
        }
 
-       /* Save IDE wide POKY Preference settings to the default preference 
store */
-       public static void saveElemToDefaultStore(YoctoUIElement elem)
-       {
-               saveElemToStore(elem, 
YoctoSDKPlugin.getDefault().getPreferenceStore());
-       }
-
        /* Save IDE wide POKY Preference settings to a specific preference 
store */
        public static void saveElemToStore(YoctoUIElement elem, 
IPreferenceStore store)
        {
@@ -579,12 +573,6 @@ public class YoctoSDKUtils {
                store.setValue(PreferenceConstants.TOOLCHAIN_TRIPLET, 
elem.getStrTarget());
        }
 
-       /* Get IDE wide POKY Preference settings from the default preference 
store */
-       public static YoctoUIElement getElemFromDefaultStore()
-       {
-               return 
getElemFromStore(YoctoSDKPlugin.getDefault().getPreferenceStore());
-       }
-
        /* Get IDE wide POKY Preference settings from a specific preference 
store */
        public static YoctoUIElement getElemFromStore(IPreferenceStore store) {
                YoctoUIElement elem = new YoctoUIElement();
-- 
1.7.9.5

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to