Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox"
[ede] / libede / src / FileSystemBox.ec
index b880c75..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)