summaryrefslogtreecommitdiffstats
path: root/raslib/error.hh
diff options
context:
space:
mode:
Diffstat (limited to 'raslib/error.hh')
-rw-r--r--raslib/error.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/raslib/error.hh b/raslib/error.hh
index 0042596..35c4e44 100644
--- a/raslib/error.hh
+++ b/raslib/error.hh
@@ -76,11 +76,8 @@ rasdaman GmbH.
* error text file ------------------
*/
-/// name of variable which should contain path to rasdaman home dir
-#define RASDAMAN_PATH_VARNAME "RMANHOME"
-
-/// relative path to error text file, starting from $RMANHOME
-#define ERRORTEXXT_PATH "/bin"
+/// relative path to error text file, starting from rasdaman installation root
+#define ERRORTEXT_PATH "/bin"
/// error text file name
#define ERRORTEXT_FILE "errtxts"