matchbox-panel: remove redundant hash lines
authorArnout Vandecappelle <arnout@mind.be>
Mon, 2 Feb 2015 14:38:58 +0000 (15:38 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 2 Feb 2015 20:42:48 +0000 (21:42 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/matchbox/matchbox-panel/matchbox-panel.mk

index 9b3b6ac96003a8bffc5fc1f92e0b9397ef7b85fc..d3efed9fca8d1cc5a454b25a996f182267cfbfa8 100644 (file)
@@ -13,8 +13,6 @@ MATCHBOX_PANEL_LICENSE_FILES = COPYING
 MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib
 MATCHBOX_PANEL_CONF_OPTS = --enable-expat
 
-################################################################################
-
 ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
 MATCHBOX_PANEL_CONF_OPTS += --enable-startup-notification
 MATCHBOX_PANEL_DEPENDENCIES += startup-notification matchbox-startup-monitor
@@ -26,6 +24,4 @@ ifeq ($(BR2_PACKAGE_WIRELESS_TOOLS),y)
 MATCHBOX_PANEL_DEPENDENCIES += wireless_tools
 endif
 
-################################################################################
-
 $(eval $(autotools-package))