diff --git a/app/views/file/_file_aside.php b/app/views/file/_file_aside.php
index e626f324f4e8b4ce8fa3044e16ef3da0441ab16c..47f33f38e2957b07f5148a0e8ae6e761d056fcc2 100644
--- a/app/views/file/_file_aside.php
+++ b/app/views/file/_file_aside.php
@@ -36,12 +36,6 @@
                     <? endif ?>
                 </td>
             </tr>
-            <tr>
-                <td><?= _('Barrierefrei') ?></td>
-                <td>
-                    <?= $file->getAccessibility() ? _('ja') : _('nein') ?>
-                </td>
-            </tr>
 
             <? $content_terms_of_use = $file->getTermsOfUse() ?>