Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions main/vcl/WinResTarget_vcl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ $(eval $(call gb_WinResTarget_add_dependency,vcl/src,\
vcl/win/source/src/asnw.cur \
vcl/win/source/src/darc.cur \
vcl/win/source/src/nullptr.cur \
vcl/win/source/src/timemove.cur \
vcl/win/source/src/ass.cur \
vcl/win/source/src/dbezier.cur \
vcl/win/source/src/timesize.cur \
vcl/win/source/src/asse.cur \
vcl/win/source/src/dcapt.cur \
vcl/win/source/src/pen.cur \
Expand Down Expand Up @@ -181,8 +179,6 @@ $(eval $(call gb_WinResTarget_add_dependency,vcl/src,\
vcl/os2/source/src/tblselse.ptr \
vcl/os2/source/src/tblselsw.ptr \
vcl/os2/source/src/tblselw.ptr \
vcl/os2/source/src/timemove.ptr \
vcl/os2/source/src/timesize.ptr \
vcl/os2/source/src/vshear.ptr \
vcl/os2/source/src/vsizebar.ptr \
vcl/os2/source/src/vsplit.ptr \
Expand Down
2 changes: 0 additions & 2 deletions main/vcl/aqua/source/app/saldata.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ const aCursorTab[ POINTER_COUNT ] =
{ "pivotfld", { 8, 7 } }, // POINTER_PIVOT_FIELD
{ "chain", { 0, 2 } }, // POINTER_CHAIN
{ "chainnot", { 2, 2 } }, // POINTER_CHAIN_NOTALLOWED
{ "timemove", { 16, 16 } }, // POINTER_TIMEEVENT_MOVE
{ "timesize", { 16, 17 } }, // POINTER_TIMEEVENT_SIZE
{ "asn", { 16, 12 } }, // POINTER_AUTOSCROLL_N
{ "ass", { 15, 19 } }, // POINTER_AUTOSCROLL_S
{ "asw", { 12, 15 } }, // POINTER_AUTOSCROLL_W
Expand Down
Binary file removed main/vcl/aqua/source/res/cursors/timemove.png
Binary file not shown.
Binary file removed main/vcl/aqua/source/res/cursors/timesize.png
Binary file not shown.
4 changes: 2 additions & 2 deletions main/vcl/inc/os2/salids.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
#define SAL_RESID_POINTER_PIVOT_FIELD 10049
#define SAL_RESID_POINTER_CHAIN 10050
#define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10051
#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10052
#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10053
//#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10052 // Removed in December 2025
//#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10053 // Removed in December 2025
#define SAL_RESID_POINTER_AUTOSCROLL_N 10054
#define SAL_RESID_POINTER_AUTOSCROLL_S 10055
#define SAL_RESID_POINTER_AUTOSCROLL_W 10056
Expand Down
5 changes: 0 additions & 5 deletions main/vcl/inc/unx/x11_cursors/salcursors.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
#include "unx/x11_cursors/chainnot_curs.h"
#include "unx/x11_cursors/chainnot_mask.h"

#include "unx/x11_cursors/timemove_curs.h"
#include "unx/x11_cursors/timemove_mask.h"
#include "unx/x11_cursors/timesize_curs.h"
#include "unx/x11_cursors/timesize_mask.h"

#include "unx/x11_cursors/ase_curs.h"
#include "unx/x11_cursors/ase_mask.h"
#include "unx/x11_cursors/asn_curs.h"
Expand Down
60 changes: 0 additions & 60 deletions main/vcl/inc/unx/x11_cursors/timemove_curs.h

This file was deleted.

60 changes: 0 additions & 60 deletions main/vcl/inc/unx/x11_cursors/timemove_mask.h

This file was deleted.

60 changes: 0 additions & 60 deletions main/vcl/inc/unx/x11_cursors/timesize_curs.h

This file was deleted.

60 changes: 0 additions & 60 deletions main/vcl/inc/unx/x11_cursors/timesize_mask.h

This file was deleted.

4 changes: 2 additions & 2 deletions main/vcl/inc/win/salids.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
#define SAL_RESID_POINTER_PIVOT_FIELD 10054
#define SAL_RESID_POINTER_CHAIN 10055
#define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10056
#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10057
#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10058
//#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10057 // Removed in December 2025
//#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10058 // Removed in December 2025
#define SAL_RESID_POINTER_AUTOSCROLL_N 10059
#define SAL_RESID_POINTER_AUTOSCROLL_S 10060
#define SAL_RESID_POINTER_AUTOSCROLL_W 10061
Expand Down
2 changes: 0 additions & 2 deletions main/vcl/os2/source/src/makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ RCDEPN= nullptr.ptr \
pivotfld.ptr \
chain.ptr \
chainnot.ptr \
timemove.ptr \
timesize.ptr \
asn.ptr \
ass.ptr \
asw.ptr \
Expand Down
2 changes: 0 additions & 2 deletions main/vcl/os2/source/src/salsrc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ POINTER SAL_RESID_POINTER_PIVOT_ROW PIVOTROW.PTR
POINTER SAL_RESID_POINTER_PIVOT_FIELD PIVOTFLD.PTR
POINTER SAL_RESID_POINTER_CHAIN CHAIN.PTR
POINTER SAL_RESID_POINTER_CHAIN_NOTALLOWED CHAINNOT.PTR
POINTER SAL_RESID_POINTER_TIMEEVENT_MOVE TIMEMOVE.PTR
POINTER SAL_RESID_POINTER_TIMEEVENT_SIZE TIMESIZE.PTR
POINTER SAL_RESID_POINTER_AUTOSCROLL_N ASN.PTR
POINTER SAL_RESID_POINTER_AUTOSCROLL_S ASS.PTR
POINTER SAL_RESID_POINTER_AUTOSCROLL_W ASW.PTR
Expand Down
Binary file removed main/vcl/os2/source/src/timemove.ptr
Binary file not shown.
Binary file removed main/vcl/os2/source/src/timesize.ptr
Binary file not shown.
Loading