Skip to content

Commit 2a614c6

Browse files
authored
remove osmid related stuff
1 parent e9a8dae commit 2a614c6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/server/ruby/lib/sonicpi/util.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -417,14 +417,6 @@ def sox_path
417417
File.join(native_path, "sox", __exe_fix("sox"))
418418
end
419419

420-
def osmid_o2m_path
421-
File.join(native_path, "osmid", __exe_fix("o2m"))
422-
end
423-
424-
def osmid_m2o_path
425-
File.join(native_path, "osmid", __exe_fix("m2o"))
426-
end
427-
428420
def scsynth_log_path
429421
log_path + '/scsynth.log'
430422
end
@@ -433,14 +425,6 @@ def erlang_log_path
433425
log_path + '/erlang.log'
434426
end
435427

436-
def osmid_m2o_log_path
437-
log_path + '/osmid_m2o.log'
438-
end
439-
440-
def osmid_o2m_log_path
441-
log_path + '/osmid_o2m.log'
442-
end
443-
444428
def ruby_path
445429
case os
446430
when :windows

0 commit comments

Comments
 (0)