]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/plugins/davical.rb
Move domain removal into the plugins.
[mailshears.git] / lib / rm / plugins / davical.rb
index 86273cba6e5d2a31f0fb617b24a88f9088d523cc..02e889466849fb7c67aad15e0812afce1e23e33e 100644 (file)
@@ -12,11 +12,6 @@ class DavicalRm
   include RmPlugin
 
 
-  def delete_domain(domain)
-    # DAViCal doesn't have a concept of domains.
-  end
-
-
   def delete_account(account)
     # Delete the given username. DAViCal uses foreign keys properly
     # and only supports postgres, so we let the ON DELETE CASCADE
@@ -45,4 +40,5 @@ class DavicalRm
 
   end
 
+
 end