X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;h=8a4fad1331b94af7dc718fdc9f6b142c3b68bf51;hp=550dd3f78d25aca89c147be703c1be3f5a2f85d2;hb=eb19d6488b00a999860c9e58904c3ef78fe4a718;hpb=daff6796149de46475b9c4e935bc24896e48ea6d diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 550dd3f..8a4fad1 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -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;