summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2012-01-20 15:46:43 -0500
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-01-20 15:46:43 -0500
commitd75d4475abf1097b928839bee25f9f0bb2bc7878 (patch)
tree997b4c7b5bff675527374d272144763580c8e7f8 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
parent4fe8da6f2bab6d03a443071a684658611aa5499d (diff)
downloadeclipse.platform.swt-d75d4475abf1097b928839bee25f9f0bb2bc7878.tar.gz
eclipse.platform.swt-d75d4475abf1097b928839bee25f9f0bb2bc7878.tar.xz
eclipse.platform.swt-d75d4475abf1097b928839bee25f9f0bb2bc7878.zip
Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
index f78f77d711..7cc3998e67 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
@@ -3533,18 +3533,6 @@ public void showSelection () {
showItem (item.handle);
}
-int /*long*/ treeSelectionProc (int /*long*/ model, int /*long*/ path, int /*long*/ iter, int[] selection, int length) {
- if (selection != null) {
- int /*long*/ indices = OS.gtk_tree_path_get_indices (path);
- if (indices != 0) {
- int [] index = new int [1];
- OS.memmove (index, indices, 4);
- selection [(int)/*64*/length] = index [0];
- }
- }
- return 0;
-}
-
void updateScrollBarValue (ScrollBar bar) {
super.updateScrollBarValue (bar);
/*