From 12136b7b0ea19d94ac1445245603fa2031520a6f Mon Sep 17 00:00:00 2001 From: gambas Date: Thu, 3 Jan 2019 10:31:07 +0100 Subject: [PATCH] Remove some useless void lines. [GB.UTIL] * BUG: Remove some useless void lines. --- comp/src/gb.util/.component | 2 +- comp/src/gb.util/.project | 2 +- comp/src/gb.util/.src/MPhonetic_French.module | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/comp/src/gb.util/.component b/comp/src/gb.util/.component index 73a26896b..0e8770d52 100644 --- a/comp/src/gb.util/.component +++ b/comp/src/gb.util/.component @@ -1,4 +1,4 @@ [Component] Key=gb.util -Version=3.11.90 +Version=3.12.0 State=1 diff --git a/comp/src/gb.util/.project b/comp/src/gb.util/.project index 406e6e67a..8f8258f75 100644 --- a/comp/src/gb.util/.project +++ b/comp/src/gb.util/.project @@ -1,7 +1,7 @@ # Gambas Project File 3.0 Title=Gambas utilities Startup=MMain -Version=3.11.90 +Version=3.12.0 VersionFile=1 TabSize=2 Language=fr diff --git a/comp/src/gb.util/.src/MPhonetic_French.module b/comp/src/gb.util/.src/MPhonetic_French.module index 553472afe..51bf13cf5 100644 --- a/comp/src/gb.util/.src/MPhonetic_French.module +++ b/comp/src/gb.util/.src/MPhonetic_French.module @@ -11,8 +11,6 @@ Public Sub Before(sStr As String) As String End - - Public Sub Run(sStr As String) As String Dim sSuff As String @@ -275,7 +273,6 @@ REMOVE_DOUBLE: Endif Wend Return - End