summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TImageList.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TImageList.h')
-rw-r--r--apps/X11/VCL/TImageList.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/X11/VCL/TImageList.h b/apps/X11/VCL/TImageList.h
deleted file mode 100644
index ebabbe1..0000000
--- a/apps/X11/VCL/TImageList.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef TIMAGELIST_H
-#define TIMAGELIST_H
-
-#include <TDragImageList.h>
-
-class TImageList : public TDragImageList {
-public:
-
-/*
-{ TImageList }
-
- TImageList = class(TDragImageList)
- published
- property BlendColor;
- property BkColor;
- property AllocBy;
- property DrawingStyle;
- property Height;
- property ImageType;
- property Masked;
- property OnChange;
- property ShareImages;
- property Width;
- end;
-*/
-};
-
-#endif