mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-29 16:50:12 +01:00
Remove the 16x16 cursors, unused since d52d8de
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
// Mac, Win and Linux all support 32 x 32 cursors now.
|
||||
|
||||
#define CURSORS_SIZE32
|
||||
|
||||
|
||||
#ifdef CURSORS_SIZE32
|
||||
|
||||
// Cursors MUST be 32x32 (or they will be resized).
|
||||
// You only get black, white and transparent to use.
|
||||
|
||||
@@ -35,27 +30,4 @@
|
||||
#endif
|
||||
#include "Cursors32/SubViewsCursor.xpm"
|
||||
|
||||
#else
|
||||
|
||||
#include "Cursors16/DisabledCursor.xpm"
|
||||
#include "Cursors16/EnvCursor.xpm"
|
||||
#include "Cursors16/TimeCursor.xpm"
|
||||
#include "Cursors16/IBeamCursor.xpm"
|
||||
#include "Cursors16/DrawCursor.xpm"
|
||||
#include "Cursors16/ZoomInCursor.xpm"
|
||||
#include "Cursors16/ZoomOutCursor.xpm"
|
||||
#include "Cursors16/LabelCursorLeft.xpm"
|
||||
#include "Cursors16/LabelCursorRight.xpm"
|
||||
#include "Cursors16/BottomFrequencyCursor.xpm"
|
||||
#include "Cursors16/TopFrequencyCursor.xpm"
|
||||
#include "Cursors16/BandWidthCursor.xpm"
|
||||
#ifdef USE_MIDI
|
||||
#include "Cursors16/StretchCursor.xpm"
|
||||
#include "Cursors16/StretchLeftCursor.xpm"
|
||||
#include "Cursors16/StretchRightCursor.xpm"
|
||||
#endif
|
||||
#include "Cursors16/SubViewsCursor.xpm"
|
||||
|
||||
#endif
|
||||
|
||||
std::unique_ptr<wxCursor> MakeCursor(int WXUNUSED(CursorId), const char * const pXpm[36], int HotX, int HotY);
|
||||
|
||||
Reference in New Issue
Block a user