summaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config.cpp b/src/config.cpp
index b1f3fbe..1393fdd 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -14,10 +14,6 @@
* limitations under the License.
*/
-//
-// Created by mfritzsc on 8/1/17.
-//
-
#include "config.hpp"
namespace wm {
@@ -28,4 +24,4 @@ config::config() : cfg() {
this->cfg["layout.json"] = getenv("LAYOUT_JSON") ?: "../layout.json";
}
-} // namespace wm \ No newline at end of file
+} // namespace wm