Browse Source

Remove module variable from ffoo.sh

Alois Mahdal 9 years ago
parent
commit
ebef30033e
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/ffoo.sh.skel

+ 0
- 2
src/ffoo.sh.skel View File

@@ -5,7 +5,6 @@ FFOO_DEBUG=${FFOO_DEBUG:-false}
5 5
 FFOO_DEBUGINIT=${FFOO_DEBUGINIT:-false}
6 6
 FFOO_IMPORTED=${FFOO_IMPORTED:-}
7 7
 FFOO_INCLUDE=${FFOO_INCLUDE:-$FFOO_DIR/include}
8
-FFOO_PRETTY=${FFOO_PRETTY:-plain}
9 8
 FFOO_PATH=${FFOO_PATH:-}
10 9
 FFOO_VERBOSE=${FFOO_VERBOSE:-false}
11 10
 FFOO_VERSION=__VERSION__
@@ -168,7 +167,6 @@ ffoo __debug "FFOO_DEBUG='$FFOO_DEBUG'"
168 167
 ffoo __debug "FFOO_DEBUGINIT='$FFOO_DEBUGINIT'"
169 168
 ffoo __debug "FFOO_IMPORTED='$FFOO_IMPORTED'"
170 169
 ffoo __debug "FFOO_INCLUDE='$FFOO_INCLUDE'"
171
-ffoo __debug "FFOO_PRETTY='$FFOO_PRETTY'"
172 170
 ffoo __debug "FFOO_PATH='$FFOO_PATH'"
173 171
 ffoo __debug "FFOO_VERBOSE='$FFOO_VERBOSE'"
174 172
 ffoo __debug "FFOO_VERSION='$FFOO_VERSION'"