[haiku-commits] haiku: hrev50613 - src/kits/tracker

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 22 Oct 2016 19:04:42 +0200 (CEST)

hrev50613 adds 2 changesets to branch 'master'
old head: b1e2427d758f3edcb450434df6a61d9f3e96da73
new head: cfe0adf0fb7ec72c613fe66cee508c97bd6c6ef8
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=cfe0adf0fb7e+%5Eb1e2427d758f

----------------------------------------------------------------------------

13cf3fecae19: Tracker: Remove unused Cursors.h header.

cfe0adf0fb7e: Tracker: Remove unused definition.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 57 deletions(-)
src/kits/tracker/Cursors.h    | 51 ---------------------------------------
src/kits/tracker/PoseView.cpp |  6 -----

############################################################################

Commit:      13cf3fecae199f759ffa04ffbb94f9ced3946fa2
URL:         http://cgit.haiku-os.org/haiku/commit/?id=13cf3fecae19
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Sat Oct 22 05:28:05 2016 UTC

Tracker: Remove unused Cursors.h header.

----------------------------------------------------------------------------

diff --git a/src/kits/tracker/Cursors.h b/src/kits/tracker/Cursors.h
deleted file mode 100644
index fe1e676..0000000
--- a/src/kits/tracker/Cursors.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * Copyright 2009 Haiku, Inc. All rights reserved.
- * Distributed under the terms of the MIT License.
- *
- * Authors:
- *             Alexandre Deckner, alex@xxxxxxxxxxxx
- */
-#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
diff --git a/src/kits/tracker/PoseView.cpp b/src/kits/tracker/PoseView.cpp
index b52f577..818e863 100644
--- a/src/kits/tracker/PoseView.cpp
+++ b/src/kits/tracker/PoseView.cpp
@@ -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"

############################################################################

Revision:    hrev50613
Commit:      cfe0adf0fb7ec72c613fe66cee508c97bd6c6ef8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=cfe0adf0fb7e
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Sat Oct 22 06:05:18 2016 UTC

Tracker: Remove unused definition.

----------------------------------------------------------------------------

diff --git a/src/kits/tracker/PoseView.cpp b/src/kits/tracker/PoseView.cpp
index 818e863..b8ba49d 100644
--- a/src/kits/tracker/PoseView.cpp
+++ b/src/kits/tracker/PoseView.cpp
@@ -114,11 +114,6 @@ const int32 kRoomForLine = 2;
 
 const int32 kMenuTrackMargin = 20;
 
-namespace BPrivate {
-extern bool delete_point(void*);
-       // TODO: exterminate this
-}
-
 const float kSlowScrollBucket = 30;
 const float kBorderHeight = 20;
 


Other related posts:

  • » [haiku-commits] haiku: hrev50613 - src/kits/tracker - waddlesplash