summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-02-08 19:47:18 +0000
committerSteve Northover <steve>2005-02-08 19:47:18 +0000
commitc56e9ac7b86cc3847283a3523f5a7d23cfe70b9d (patch)
treee2d2d37bff1b283cdadddc8dd8fd5a378f475975 /bundles/org.eclipse.swt/Eclipse SWT
parentc9ac8f2d9ada6c732686595800ecf1748663dfe1 (diff)
downloadeclipse.platform.swt-c56e9ac7b86cc3847283a3523f5a7d23cfe70b9d.tar.gz
eclipse.platform.swt-c56e9ac7b86cc3847283a3523f5a7d23cfe70b9d.tar.xz
eclipse.platform.swt-c56e9ac7b86cc3847283a3523f5a7d23cfe70b9d.zip
get rid of NMLVCACHEHINT
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
index 13424367b4..c11dc443a5 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
@@ -3393,12 +3393,6 @@ LRESULT wmNotifyChild (int wParam, int lParam) {
NMHDR hdr = new NMHDR ();
OS.MoveMemory (hdr, lParam, NMHDR.sizeof);
switch (hdr.code) {
- case OS.LVN_ODCACHEHINT:
- if ((style & SWT.VIRTUAL) != 0) {
- NMLVCACHEHINT pCachehint = new NMLVCACHEHINT ();
- OS.MoveMemory (pCachehint, lParam, NMLVCACHEHINT.sizeof);
- }
- break;
case OS.LVN_ODFINDITEMA:
case OS.LVN_ODFINDITEMW: {
if ((style & SWT.VIRTUAL) != 0) {