libede: #if 0'ed out code to allow compilation. no error, no warning.
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 04:44:47 +0000 (00:44 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:54:26 +0000 (18:54 -0400)
libede/src/FileSystemBox.ec

index fae4b14..151df78 100644 (file)
@@ -138,6 +138,7 @@ public enum ExplorerFileType
    }
 };
 
+#if 0
 class ExplorerControl : Window
 {
    bool previewPictures;
@@ -154,7 +155,9 @@ class ExplorerControl : Window
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerView : ExplorerControl
 {
    borderStyle = none;
@@ -224,7 +227,9 @@ class ExplorerView : ExplorerControl
    {
    }
 }
+#endif
 
+#if 0
 class ExplorerViewList : ExplorerView
 {
 
@@ -269,7 +274,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewDetails : ExplorerView
 {
    list.hasHeader = true;
@@ -324,7 +331,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewIcons : ExplorerView
 {
 
@@ -369,7 +378,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerViewCards : ExplorerView
 {
 
@@ -414,7 +425,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 public class BitmapArray : RedjArray
 {
    type = class(Bitmap);
@@ -445,7 +458,9 @@ public:
       size = 0;
    }
 }
+#endif
 
+#if 0
 class ExplorerViewShowcase : ExplorerView
 {
    list.anchor = Anchor { left = 0, top = 0, bottom = 0 };
@@ -574,7 +589,9 @@ public:
       }
    }
 }
+#endif
 
+#if 0
 class ExplorerTree : ExplorerControl
 {
    hasHorzScroll = false;
@@ -941,8 +958,10 @@ End If
 */
 
 }
+#endif
 
-/*public class FileTreeBranchBSArray : ArrayBinarySorted
+#if 0
+public class FileTreeBranchBSArray : ArrayBinarySorted
 {
    type = class(ExplorerFileBranch);
 public:
@@ -961,9 +980,11 @@ public:
    {
       
    }
-}*/
+}
+#endif
 
-/*public class FileTreeBranchArray : RedjArray
+#if 0
+public class FileTreeBranchArray : RedjArray
 {
    type = class(ExplorerFileBranch);
 public:
@@ -981,8 +1002,10 @@ public:
       _[position] = item;
       return &_[position];
    }
-}*/
+}
+#endif
 
+#if 0
 public class ExplorerFileItem : struct
 {
    char * path;
@@ -1190,7 +1213,9 @@ ExplorerFileItem MakeFileItem(const FileAttribs attribs, const char * fileName,
 
    return item;
 }
+#endif
 
+#if 0
 public class ExplorerFileBranch : struct
 {
    ExplorerFileBranch prev, next;
@@ -1519,4 +1544,4 @@ void DeleteBranch(ExplorerFileBranch branch, ListBox tree)
    tree.DeleteRow(branch.row);
    branch.Delete();
 }
-
+#endif