diff options
Diffstat (limited to 'src/control.sh')
-rw-r--r-- | src/control.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/control.sh b/src/control.sh index a49ea98..3fe00d4 100644 --- a/src/control.sh +++ b/src/control.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ "x${_CONTROL_SM+set}" = 'xset' ] && return 0 -_CONTROL_SM=1 - control_file= control_line_nr= |