X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1f6214607a4f2b727484a4ae9e9411044dae8051..9c340da9ffa670c20c3658a2be43d35868a9f5d9:/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp diff --git a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp index 254a3da6..a4e3b61a 100644 --- a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp +++ b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp @@ -15,7 +15,7 @@ */ /* - * Author : Maxim Mamontov + * Author : Maksym Mamontov */ /* @@ -35,14 +35,6 @@ #include "stg/common.h" #include "nrmap_parser.h" -NRMapParser::NRMapParser() -{ -} - -NRMapParser::~NRMapParser() -{ -} - bool NRMapParser::ReadFile(const std::string & fileName) { std::ifstream source(fileName.c_str());