diff options
author | P. J. McDermott <pjm@nac.net> | 2012-09-26 20:33:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-09-26 20:33:35 (EDT) |
commit | 04d7b409a65fa11287fee084e410b073db8df75e (patch) | |
tree | 71a7a9ccba6f087b8467c0ed29edd43a172b93c6 | |
parent | ea4828675f648485582b8dd66aca82496731f107 (diff) |
Don't use the old "util" module.
-rw-r--r-- | lib/changelog.sh | 1 | ||||
-rw-r--r-- | lib/control.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 52fab29..dbe580f 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -22,7 +22,6 @@ _OB_CHANGELOG_SM='true' ob_use messages ob_use locale -ob_use util # Constant global parameters: # FIXME: Remove. diff --git a/lib/control.sh b/lib/control.sh index c8cd0a8..8c36701 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -22,7 +22,6 @@ _OB_CONTROL_SM='true' ob_use messages ob_use locale -ob_use util OB_CONTROL_NAME= OB_CONTROL_VALUE= |