From: Rejean Loyer Date: Wed, 14 Sep 2011 22:53:28 +0000 (-0400) Subject: Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox" X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=eb19d6488b00a999860c9e58904c3ef78fe4a718;ds=sidebyside Revert "libede:FileSystemBox: added updating of path in supplied PathBox locationBox" This reverts commit 4a4919248d8e72bbe1fb5ca950cc99c8bb734061. --- 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)