[Tween-svn] [1330] 未使用になったプロパティの除去漏れ修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 9日 (日) 23:48:36 JST


Revision: 1330
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1330
Author:   syo68k
Date:     2011-01-09 23:48:36 +0900 (Sun, 09 Jan 2011)

Log Message:
-----------
未使用になったプロパティの除去漏れ修正

Modified Paths:
--------------
    branches/query/Tween/StatusDictionary.vb


-------------- next part --------------
Modified: branches/query/Tween/StatusDictionary.vb
===================================================================
--- branches/query/Tween/StatusDictionary.vb	2011-01-09 14:45:58 UTC (rev 1329)
+++ branches/query/Tween/StatusDictionary.vb	2011-01-09 14:48:36 UTC (rev 1330)
@@ -2164,17 +2164,6 @@
         End Set
     End Property
 
-    Public ReadOnly Property BodyFilterString As String
-        Get
-            Dim fs As New StringBuilder
-            For Each bf As String In _body
-                fs.Append(bf)
-                fs.Append(" ")
-            Next
-            Return fs.ToString.Trim()
-        End Get
-    End Property
-
     <Xml.Serialization.XmlIgnore()> _
     Public Property ExBodyFilter() As List(Of String)
         Get
@@ -2197,17 +2186,6 @@
         End Set
     End Property
 
-    Public ReadOnly Property ExBodyFilterString As String
-        Get
-            Dim fs As New StringBuilder
-            For Each exbf As String In _exbody
-                fs.Append(exbf)
-                fs.Append(" ")
-            Next
-            Return fs.ToString.Trim()
-        End Get
-    End Property
-
     Public Property SearchBoth() As Boolean
         Get
             Return _searchBoth



Tween-svn メーリングリストの案内
Back to archive index