diff --git a/app/helpers/forum_helper.rb b/app/helpers/forum_helper.rb deleted file mode 100644 index cfbd978b925..00000000000 --- a/app/helpers/forum_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ForumHelper -end diff --git a/app/helpers/list_helper.rb b/app/helpers/list_helper.rb deleted file mode 100644 index eaa1d0e1566..00000000000 --- a/app/helpers/list_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ListHelper -end diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb deleted file mode 100644 index 7342393a707..00000000000 --- a/app/helpers/notifications_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module NotificationsHelper -end diff --git a/app/helpers/user_notifications_helper.rb b/app/helpers/user_notifications_helper.rb deleted file mode 100644 index 721eba5f461..00000000000 --- a/app/helpers/user_notifications_helper.rb +++ /dev/null @@ -1,3 +0,0 @@ -module UserNotificationsHelper - -end