summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2011-02-28 12:05:22 +0000
committerDave Chapman <dave@dchapman.com>2011-02-28 12:05:22 +0000
commit793eab19b9b582f920b710aef80d6ddacde598c2 (patch)
tree3828d67f4a055251cce2853145a3d7eb4caa4c27 /apps
parent06c1757138e549be39052874b0d54fc4f9182c11 (diff)
downloadrockbox-793eab19b9b582f920b710aef80d6ddacde598c2.tar.gz
rockbox-793eab19b9b582f920b710aef80d6ddacde598c2.zip
Remove a redundant part of a #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 001f368f50..fe5cbc9e80 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -76,7 +76,7 @@
#include "skin_engine/skin_engine.h"
#include "statusbar-skinned.h"
#include "bootchart.h"
-#if defined(APPLICATION) && (CONFIG_PLATFORM & PLATFORM_ANDROID)
+#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
#include "notification.h"
#endif