summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TPersistent.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TPersistent.h')
-rw-r--r--apps/X11/VCL/TPersistent.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/X11/VCL/TPersistent.h b/apps/X11/VCL/TPersistent.h
deleted file mode 100644
index 7453921..0000000
--- a/apps/X11/VCL/TPersistent.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef TPERSISTENT_H
-#define TPERSISTENT_H
-
-#include <TObject.h>
-
-class TPersistent : public TObject {
-private:
-// void AssignError(TPersistent Source);
-protected:
-// virtual void AssignTo(TPersistent Dest);
-// virtual void DefineProperties(TFiler Filer);
-// TPersistent GetOwner(); // dynamic;
-public:
-// virtual ~TPersistent(); //override;
-// virtual void Assign(Source: TPersistent);
-// string GetNamePath(); //dynamic;
-};
-
-#endif