Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox"
[ede] / libede / src / FileSystemBox.ec
index 550dd3f..8a4fad1 100644 (file)
@@ -495,8 +495,6 @@ public:
          delete path;
          if(value && value[0])
             path = CopyString(value);
-         if(locationBox)
-            locationBox.path = value;
          if(created)
             Load();
       }
@@ -537,8 +535,6 @@ public:
       }
    }
 
-   PathBox locationBox;
-
    void Select(FileSystemNode node)
    {
       if(node.row)
@@ -560,11 +556,6 @@ public:
       return null;
    }
 
-   void Refresh()
-   {
-      Load();
-   }
-
 private:
    FileSystemBoxBits bits;