Removed old hooks

This commit is contained in:
Brian Quinn 2011-10-08 15:37:01 +01:00
parent 4dadc4ad67
commit 073f2f814d
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
require 'spree_core'
require 'spree_paypal_express_hooks'
module SpreePaypalExpress
class Engine < Rails::Engine

View File

@ -1,3 +0,0 @@
class SpreePaypalExpressHooks < Spree::ThemeSupport::HookListener
# custom hooks go here
end