Skip to content

Commit

Permalink
remove unused? notedata swap function
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 26, 2020
1 parent 0be9200 commit a6d8f6b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Etterna/Models/NoteData/NoteData.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,4 @@ class NoteData
XNode* CreateNode() const;
void LoadFromNode(const XNode* pNode);
};

/** @brief Allow a quick way to swap notedata. */
namespace std {
template<>
inline void
swap<NoteData>(NoteData& nd1, NoteData& nd2) noexcept
{
nd1.swap(nd2);
}
}

#endif

0 comments on commit a6d8f6b

Please sign in to comment.