From eb19d6488b00a999860c9e58904c3ef78fe4a718 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 18:53:28 -0400 Subject: [PATCH 1/1] Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox" This reverts commit 4a4919248d8e72bbe1fb5ca950cc99c8bb734061. --- libede/src/FileSystemBox.ec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index b880c75..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) -- 1.8.3.1