1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
lllucius b4ba110811 Reverting r12850...hopefully
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00

24 lines
403 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
SkewedRuler.h
James Crook
Draws a ruler used for aligning two time sequences.
**********************************************************************/
#ifndef __AUDACITY_SKEWED_RULER__
#define __AUDACITY_SKEWED_RULER__
class SkewedRuler {
public:
};
#endif