summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer/balsamiq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/blob_viewer/balsamiq.rb')
-rw-r--r--app/models/blob_viewer/balsamiq.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/models/blob_viewer/balsamiq.rb b/app/models/blob_viewer/balsamiq.rb
deleted file mode 100644
index 6ab73730222..00000000000
--- a/app/models/blob_viewer/balsamiq.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: true
-
-module BlobViewer
- class Balsamiq < Base
- include Rich
- include ClientSide
-
- self.partial_name = 'balsamiq'
- self.extensions = %w(bmpr)
- self.binary = true
- self.switcher_icon = 'doc-image'
- self.switcher_title = 'preview'
- end
-end