Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 31, 2025
1 parent a5031f8 commit 9e4469d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions libmei/addons/att.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ std::string Att::IntToStr(int data) const
return StringFormat("%d", data);
}

std::string Att::VUToStr(data_VU data) const
{
std::stringstream sstream;
sstream << round(data * 10000.0) / 10000.0 << "vu";
return sstream.str();
}

// Basic converters for reading

double Att::StrToDbl(const std::string &value) const
Expand Down
1 change: 0 additions & 1 deletion libmei/addons/att.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class Att : public AttConverterBase {
///@{
std::string DblToStr(double data) const;
std::string IntToStr(int data) const;
std::string VUToStr(data_VU data) const;
///@}

/** @name Basic converters for reading */
Expand Down

0 comments on commit 9e4469d

Please sign in to comment.