From dd483d98df9483f50c16ddde5041077d513c679f Mon Sep 17 00:00:00 2001
From: Marius Hein <marius.hein@netways.de>
Date: Thu, 29 Jan 2015 14:04:47 +0100
Subject: [PATCH] LessCompiler: Remove useless argument

refs #6417
---
 library/Icinga/Web/LessCompiler.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/Icinga/Web/LessCompiler.php b/library/Icinga/Web/LessCompiler.php
index 5d5e04b22..261790579 100644
--- a/library/Icinga/Web/LessCompiler.php
+++ b/library/Icinga/Web/LessCompiler.php
@@ -39,7 +39,7 @@ class LessCompiler
     /**
      * Create a new instance
      */
-    public function __construct($basePath = null)
+    public function __construct()
     {
         require_once 'lessphp/lessc.inc.php';
         $this->lessc = new lessc();