File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -563,26 +563,4 @@ void destroyHandlesExcept(Set<Integer> zoomLevels) {
563
563
});
564
564
}
565
565
566
- /**
567
- * Invokes platform specific functionality to allocate a new cursor.
568
- * <p>
569
- * <b>IMPORTANT:</b> This method is <em>not</em> part of the public
570
- * API for <code>Cursor</code>. It is marked public only so that it
571
- * can be shared within the packages provided by SWT. It is not
572
- * available on all platforms, and should never be called from
573
- * application code.
574
- * </p>
575
- *
576
- * @param device the device on which to allocate the color
577
- * @param handle the handle for the cursor
578
- * @return a new cursor object containing the specified device and handle
579
- *
580
- * @noreference This method is not intended to be referenced by clients.
581
- */
582
- public static Cursor win32_new (Device device , int handle ) {
583
- Cursor cursor = new Cursor (device );
584
- cursor .handle = handle ;
585
- return cursor ;
586
- }
587
-
588
566
}
You can’t perform that action at this time.
0 commit comments