summaryrefslogtreecommitdiff
path: root/autosave.scm
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
commitd136f8f7d28ea86f3f040e95aef4c7a95ea8b7e2 (patch)
tree286ff861eca93f6a1ccb5248bef34b3f03fbe200 /autosave.scm
parentf369f1bdb2b9efc5b7ed3b74a0b4b51642086e18 (diff)
Imported Upstream version 11.3
Diffstat (limited to 'autosave.scm')
-rw-r--r--autosave.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/autosave.scm b/autosave.scm
index 24b656e..3457b2e 100644
--- a/autosave.scm
+++ b/autosave.scm
@@ -2,8 +2,6 @@
(provide 'snd-autosave.scm)
-(if (not (provided? 'snd-extensions.scm)) (load "extensions.scm"))
-
(define auto-save-interval 60.0) ;seconds between auto-save checks
(define auto-saving #f)