summaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 12:03:35 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:30:49 +0200
commit04540dd41d0b3c1fad72b3074c0511dadc947657 (patch)
treedfb9d8f44786fd06ff18519148ab5834c4a162e8 /src/config.cpp
parent4ab39c8429002fdfcf86d744cb37e8c82fc6a657 (diff)
remove some unnuecessary comments
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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