Remove the partial timing copy/paste hack job.

This commit is contained in:
Jason Felds
2012-10-02 20:54:55 -04:00
parent 59eac74dd2
commit 6d35cdddd5
2 changed files with 2 additions and 44 deletions
+2 -5
View File
@@ -283,11 +283,10 @@ protected:
TimingData backupStepTiming;
/**
* @brief Allow for copying and pasting a song's (or steps's) full Timing Data. */
* @brief Allow for copying and pasting a song's (or steps's) full Timing Data.
*/
TimingData clipboardFullTiming;
TimingData clipboardTiming;
/** @brief The current TapNote that would be inserted. */
TapNote m_selectedTap;
@@ -405,7 +404,6 @@ public:
{
cut, /**< Cut the notes. */
copy, /**< Copy the notes. */
copy_partial_timing, /**< Copy selected timing data. */
clear, /**< Erase the notes, without putting them in the clipboard. */
quantize, /**< Sync the notes to an exact level. */
turn, /**< Rotate the notes. */
@@ -431,7 +429,6 @@ public:
{
paste_at_current_beat, /**< Paste note data starting at the current beat. */
paste_at_begin_marker, /**< Paste note data starting at the first market. */
paste_partial_timing_at_beat, /**< Paste TimingData starting at the current beat. */
insert_and_shift,
delete_and_shift,
shift_pauses_forward, /**< Shift all timing changes forward one beat. */