Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Nov 20, 2023
1 parent 828a151 commit b0ecd7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cx/alphatab.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ extern "C" {
}

namespace Cx {
class OFile;

namespace C {
using ::AlphaTab;
Expand Down Expand Up @@ -172,7 +171,6 @@ public:
return (this->size() == 0);
}

friend class OFile;
friend C::AlphaTab& operator<<(C::AlphaTab& a, const Cx::AlphaTab& b);
};

Expand Down

0 comments on commit b0ecd7d

Please sign in to comment.