diff --git a/js/tooltip.js b/js/tooltip.js
index 614f41451a85c6183598d6617e21e9ad918fc043..7194b5d01a92fdac579a725640e0662a0bf661b7 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -407,14 +407,6 @@
     return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
   }
 
-  Tooltip.prototype.validate = function () {
-    if (!this.$element[0].parentNode) {
-      this.hide()
-      this.$element = null
-      this.options  = null
-    }
-  }
-
   Tooltip.prototype.enable = function () {
     this.enabled = true
   }