From 04540dd41d0b3c1fad72b3074c0511dadc947657 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 8 Aug 2017 12:03:35 +0200 Subject: remove some unnuecessary comments Signed-off-by: Marcus Fritzsch --- src/config.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/config.cpp') 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 -- cgit 1.2.3-korg