diff dwtx/text/edits/TextEditProcessor.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents 6dcb0baaa031
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/text/edits/TextEditProcessor.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/text/edits/TextEditProcessor.d	Sun Aug 24 03:23:46 2008 +0200
@@ -172,7 +172,7 @@
      *  tree can't be executed. The state of the document is undefined if this
      *  exception is thrown.
      */
-    public UndoEdit performEdits() throws MalformedTreeException, BadLocationException {
+    public UndoEdit performEdits()  {
         if (!fChecked) {
             fRoot.dispatchCheckIntegrity(this);
         } else {