summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-02-05 00:36:01 +0000
committerSteve Northover <steve>2008-02-05 00:36:01 +0000
commit640899692dcf76c70cb6e44d1a8c4fc8f2ccff92 (patch)
tree660224c0c78625110cf4180b10759d95898de35e
parent30b3672ceb3d2c5d7c5e65c4765952fcea275186 (diff)
downloadeclipse.platform.swt-640899692dcf76c70cb6e44d1a8c4fc8f2ccff92.tar.gz
eclipse.platform.swt-640899692dcf76c70cb6e44d1a8c4fc8f2ccff92.tar.xz
eclipse.platform.swt-640899692dcf76c70cb6e44d1a8c4fc8f2ccff92.zip
yikes, released bad commented code!
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java16
1 files changed, 0 insertions, 16 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 6c04c13772..9b664c0ff0 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
@@ -5177,22 +5177,6 @@ int /*long*/ windowProc () {
}
int /*long*/ windowProc (int /*long*/ hwnd, int msg, int /*long*/ wParam, int /*long*/ lParam) {
-
-// //#define WM_STYLECHANGING 0x007C #define WM_STYLECHANGED
-// if (msg == 0x007C) {
-// System.out.println("WM_STYLECHANGING");
-// }
-// if (msg == 0x007D) {
-// System.out.println("WM_STYLECHANGED");
-// }
-
-// if (F) {
-// System.out.println("0x" + Integer.toHexString(msg));
-// if (msg == OS.LVM_GETITEMRECT) {
-// System.out.println("LVM_GETITEMRECT");
-// }
-// }
-
if (handle == 0) return 0;
if (hwnd != handle) {
switch (msg) {