summaryrefslogtreecommitdiff
path: root/extras/tiopf/demos/Common/Constants.pas
diff options
context:
space:
mode:
Diffstat (limited to 'extras/tiopf/demos/Common/Constants.pas')
-rw-r--r--extras/tiopf/demos/Common/Constants.pas14
1 files changed, 0 insertions, 14 deletions
diff --git a/extras/tiopf/demos/Common/Constants.pas b/extras/tiopf/demos/Common/Constants.pas
deleted file mode 100644
index 9820ae5e..00000000
--- a/extras/tiopf/demos/Common/Constants.pas
+++ /dev/null
@@ -1,14 +0,0 @@
-unit Constants;
-
-{$mode objfpc}{$H+}
-
-interface
-
-const
- cNameMissing = 'Please enter a name';
- cAgeOutofRange = 'Please enter a valid age between 1 - 100';
-
-
-implementation
-
-end.