libede: #if 0'ed out code to allow compilation. no error, no warning.
[ede] / libede / src / FileSystemBox.ec
index 163517e..151df78 100644 (file)
@@ -1,9 +1,4 @@
 public import "ecere"
-import "SplitWindow"
-import "ArrayFactoredGrowth"
-
-//import "ArrayFactoredGrowth"
-//import "ArrayBinarySorted"
 
 #ifdef __WIN32__
 static char * rootName = "Entire Computer";
@@ -143,6 +138,7 @@ public enum ExplorerFileType
    }
 };
 
+#if 0
 class ExplorerControl : Window
 {
    bool previewPictures;
@@ -159,7 +155,9 @@ class ExplorerControl : Window
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerView : ExplorerControl
 {
    borderStyle = none;
@@ -229,7 +227,9 @@ class ExplorerView : ExplorerControl
    {
    }
 }
+#endif
 
+#if 0
 class ExplorerViewList : ExplorerView
 {
 
@@ -274,7 +274,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewDetails : ExplorerView
 {
    list.hasHeader = true;
@@ -329,7 +331,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewIcons : ExplorerView
 {
 
@@ -374,7 +378,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewCards : ExplorerView
 {
 
@@ -419,7 +425,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 public class BitmapArray : RedjArray
 {
    type = class(Bitmap);
@@ -450,7 +458,9 @@ public:
       size = 0;
    }
 }
+#endif
 
+#if 0
 class ExplorerViewShowcase : ExplorerView
 {
    list.anchor = Anchor { left = 0, top = 0, bottom = 0 };
@@ -579,7 +589,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerTree : ExplorerControl
 {
    hasHorzScroll = false;
@@ -946,8 +958,10 @@ End If
 */
 
 }
+#endif
 
-/*public class FileTreeBranchBSArray : ArrayBinarySorted
+#if 0
+public class FileTreeBranchBSArray : ArrayBinarySorted
 {
    type = class(ExplorerFileBranch);
 public:
@@ -966,9 +980,11 @@ public:
    {
       
    }
-}*/
+}
+#endif
 
-/*public class FileTreeBranchArray : RedjArray
+#if 0
+public class FileTreeBranchArray : RedjArray
 {
    type = class(ExplorerFileBranch);
 public:
@@ -986,8 +1002,10 @@ public:
       _[position] = item;
       return &_[position];
    }
-}*/
+}
+#endif
 
+#if 0
 public class ExplorerFileItem : struct
 {
    char * path;
@@ -1195,7 +1213,9 @@ ExplorerFileItem MakeFileItem(const FileAttribs attribs, const char * fileName,
 
    return item;
 }
+#endif
 
+#if 0
 public class ExplorerFileBranch : struct
 {
    ExplorerFileBranch prev, next;
@@ -1524,4 +1544,4 @@ void DeleteBranch(ExplorerFileBranch branch, ListBox tree)
    tree.DeleteRow(branch.row);
    branch.Delete();
 }
-
+#endif