X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Fplugins%2Fdavical.rb;h=02e889466849fb7c67aad15e0812afce1e23e33e;hp=86273cba6e5d2a31f0fb617b24a88f9088d523cc;hb=483d14dc8228a81d12fb109d3ed6510e2d2b03c1;hpb=e3826d8926e11763837a591986d453e9ef5d9dec diff --git a/lib/rm/plugins/davical.rb b/lib/rm/plugins/davical.rb index 86273cb..02e8894 100644 --- a/lib/rm/plugins/davical.rb +++ b/lib/rm/plugins/davical.rb @@ -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