Skip to content

Commit

Permalink
removed unused emoji constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Aug 5, 2019
1 parent bf0b186 commit 5717633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slackchannel2pdf/slackchannel2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ class SlackChannelExporter:
_PAGE_FORMAT_DEFAULT = "a4"
_PAGE_UNITS_DEFAULT = "mm"
_FONT_FAMILY_DEFAULT = "NotoSans"
_FONT_FAMILY_MONO_DEFAULT = "NotoSansMono"
_FONT_FAMILY_EMOJI_DEFAULT = "NotoEmoji"
_FONT_FAMILY_MONO_DEFAULT = "NotoSansMono"
_FONT_SIZE_NORMAL = 12
_FONT_SIZE_LARGE = 14
_FONT_SIZE_SMALL = 10
Expand Down

0 comments on commit 5717633

Please sign in to comment.