summaryrefslogtreecommitdiff
path: root/symbian/PerlUi.hrh
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-03-04 00:28:00 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-20 23:28:12 +0100
commit822c8b4dc3fe62cd97d78e693e5871fcc65782fd (patch)
tree58172809ebe7ee4365ca85886b38fbcf6862b86e /symbian/PerlUi.hrh
parent6e764e36cf6a7c109e74ca4ccafbba27a0b422cd (diff)
downloadperl-822c8b4dc3fe62cd97d78e693e5871fcc65782fd.tar.gz
Remove Symbian port
Also eliminate USE_HEAP_INSTEAD_OF_STACK and SETSOCKOPT_OPTION_VALUE_T, since Symbian was the only user of those.
Diffstat (limited to 'symbian/PerlUi.hrh')
-rw-r--r--symbian/PerlUi.hrh14
1 files changed, 0 insertions, 14 deletions
diff --git a/symbian/PerlUi.hrh b/symbian/PerlUi.hrh
deleted file mode 100644
index edb657d9e2..0000000000
--- a/symbian/PerlUi.hrh
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (c) 2005 Nokia. All rights reserved. */
-
-/* The PerlUi class is licensed under the same terms as Perl itself. */
-
-#ifndef __PerlUi_HRH__
-#define __PerlUi_HRH__
-
-enum TPerlUiIds
-{
- EPerlUiTextQueryInputField = 2048,
- EPerlUiLast = 2099 // no comma here
-};
-
-#endif // __PerlUi_HRH__