aboutsummaryrefslogtreecommitdiffstats
path: root/tombloo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tombloo.js')
-rw-r--r--tombloo.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tombloo.js b/tombloo.js
index 6be966b..6b749d1 100644
--- a/tombloo.js
+++ b/tombloo.js
@@ -69,10 +69,3 @@ liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo',
}
}
);
-
-liberator.options.add(['tomblooprompt'],'Use Tombloo prompt','boolean',this.isEnable,
- {
- setter: function(value){ self.isEnable = value; },
- getter: function(){ return self.isEnable; }
- }
-);