diff --git a/Source/kits.cpp b/Source/kits.cpp index 66a7ead..cd552c5 100644 --- a/Source/kits.cpp +++ b/Source/kits.cpp @@ -546,18 +546,8 @@ void CDrumKit::load_txt (const std::string &data) if (check_for_txt) { - //std::cout << "check_for_txt\n"; - - // std::cout << "fname:" << fname << std::endl;; - - std::string file_data = string_file_load (kit_dir + "/" + fname); - - v_fnames = split_string_to_vector (file_data, "\n", false); - - //std::cout << "v_fnames.size()" << v_fnames.size() << std::endl; - } else v_fnames = split_string_to_vector (fname, ",", false); diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..f4965a3 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +6.0.0 \ No newline at end of file