Skip to content

Commit

Permalink
Remove BOALinkFormat.ocgx2colorlinks option
Browse files Browse the repository at this point in the history
Not supported in all pdf viewers :(
  • Loading branch information
ThiefMaster committed Jul 18, 2019
1 parent e3031f9 commit 240c527
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions indico/modules/events/abstracts/settings.py
Expand Up @@ -42,7 +42,6 @@ class BOALinkFormat(RichEnum):

frame = ('', '')
colorlinks = ('[colorlinks]', '')
ocgx2colorlinks = ('', '\\usepackage[ocgcolorlinks]{ocgx2}[2017/03/30]')
unstyled = ('[hidelinks]', '')


Expand All @@ -69,7 +68,6 @@ class BOALinkFormat(RichEnum):
BOALinkFormat.__titles__ = {
BOALinkFormat.frame: _('Border around links (screen only)'),
BOALinkFormat.colorlinks: _('Color links'),
BOALinkFormat.ocgx2colorlinks: _('Color links (screen only)'),
BOALinkFormat.unstyled: _('Do not highlight links')
}

Expand Down

0 comments on commit 240c527

Please sign in to comment.