diff dwt/widgets/ScrollBar.d @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents c74ba20de292
children
line wrap: on
line diff
--- a/dwt/widgets/ScrollBar.d	Sun May 24 22:24:42 2009 +0200
+++ b/dwt/widgets/ScrollBar.d	Sat May 30 21:38:21 2009 +0200
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -451,7 +451,6 @@
             event.detail = DWT.DRAG;
             break;
         default:
-            assert(false);
     }
     if (target is null) {
         if (event.detail !is DWT.DRAG) {