diff --git a/lib/haml.rb b/lib/haml.rb
index 518b0195..c855815e 100644
--- a/lib/haml.rb
+++ b/lib/haml.rb
@@ -677,9 +677,6 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# * An +initialize+ method that accepts one parameter,
# the text to be filtered.
# * A +render+ method that returns the result of the filtering.
-# * An optional haml_scope_object= method
-# that takes a reference to the object
-# that Ruby code in Haml is evaluated within.
#
# [:locals] The local variables that will be available within the
# template. For instance, if :locals is