Get rid of unnecessary ifdef

This commit is contained in:
twinaphex 2018-05-29 10:43:45 +02:00
parent 8ad1ddbac5
commit 31e7894539

View File

@ -54,9 +54,5 @@
#endif
#if defined(HAVE_DISCORD)
#if defined(__APPLE__)
#include "../deps/discord-rpc/src/discord_register_osx.m"
#endif
#endif