Check-in Number:
|
3458 | |
Date: |
2003-Jun-23 19:41:00 (local)
2003-Jun-23 17:41:00 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remove already implemented features from config default method, indicating
that they are finished. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_config.c 1.34 -> 1.35
--- rc_config.c 2003/06/23 15:46:05 1.34
+++ rc_config.c 2003/06/23 17:41:00 1.35
@@ -291,10 +291,7 @@
&& !configGetval(RC_PRN_VAL) && !configGetval(RC_PAR_VAL))
clioptSetval(RC_EXC_VAL, RC_DEF_ON);
-/* if (!configGetval(RC_USE_VAL))
- if (!configGetval(RC_HLP_VAL))
- if (!configGetval(RC_INF_VAL))
- if (!configGetval(RC_LBL_VAL))
+/* if (!configGetval(RC_LBL_VAL))
if (!configGetval(RC_SIL_VAL))
if (!configGetval(RC_RAW_VAL))
if (!configGetval(RC_VRB_VAL))*/
|
|