Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox"
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:53:28 +0000 (18:53 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:53:28 +0000 (18:53 -0400)
This reverts commit 4a4919248d8e72bbe1fb5ca950cc99c8bb734061.

libede/src/FileSystemBox.ec

index b880c75..8a4fad1 100644 (file)
@@ -495,8 +495,6 @@ public:
          delete path;
          if(value && value[0])
             path = CopyString(value);
          delete path;
          if(value && value[0])
             path = CopyString(value);
-         if(locationBox)
-            locationBox.path = value;
          if(created)
             Load();
       }
          if(created)
             Load();
       }
@@ -537,8 +535,6 @@ public:
       }
    }
 
       }
    }
 
-   PathBox locationBox;
-
    void Select(FileSystemNode node)
    {
       if(node.row)
    void Select(FileSystemNode node)
    {
       if(node.row)