Tracker: Remove unused Cursors.h header.

This commit is contained in:
Augustin Cavalier 2016-10-22 01:28:05 -04:00
parent b1e2427d75
commit 13cf3fecae
2 changed files with 0 additions and 52 deletions

View File

@ -1,51 +0,0 @@
/*
* Copyright 2009 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Alexandre Deckner, alex@zappotek.com
*/
#ifndef _CURSORS_H
#define _CURSORS_H
// Exported with Wonderbrush from haiku/data/artwork/cursors/Overlays_Tracker
// TODO: Don't use these, there are new cursors, which you can use by ID.
// (Except for the kMoveCursor, which has different meaning here.)
const unsigned char kMoveCursor[] = {16, 1, 0, 1,
0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x02,
0x98, 0x02, 0x84, 0x18, 0x60, 0x14, 0x19, 0xf2,
0x05, 0x01, 0x01, 0xf2, 0x00, 0x14, 0x00, 0x18,
0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfc, 0x1f, 0xfe,
0x07, 0xff, 0x01, 0xfe, 0x00, 0x1c, 0x00, 0x18};
const unsigned char kLinkCursor[] = {16, 1, 0, 1,
0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x12,
0x98, 0x2a, 0x84, 0x44, 0x60, 0x82, 0x18, 0xee,
0x04, 0x28, 0x00, 0x26, 0x00, 0x11, 0x00, 0x0e,
0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfe, 0x1f, 0xfe,
0x07, 0xfc, 0x01, 0xfe, 0x00, 0x1f, 0x00, 0x0e};
const unsigned char kHelpCursor[] = {16, 1, 0, 1,
0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x02,
0x98, 0x00, 0x84, 0x3c, 0x60, 0x66, 0x18, 0x66,
0x04, 0x0c, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
0xff, 0xfe, 0xff, 0xfe, 0x7f, 0xff, 0x1f, 0xff,
0x07, 0xfe, 0x01, 0xfc, 0x00, 0x08, 0x00, 0x1c};
#endif // _CURSORS_H

View File

@ -80,7 +80,6 @@ All rights reserved.
#include "Bitmaps.h"
#include "Commands.h"
#include "CountView.h"
#include "Cursors.h"
#include "DeskWindow.h"
#include "DesktopPoseView.h"
#include "FilePanelPriv.h"