| Index: compiled/filter/Filter.h | 
| =================================================================== | 
| --- a/compiled/filter/Filter.h | 
| +++ b/compiled/filter/Filter.h | 
| @@ -42,20 +42,16 @@ public: | 
| MAXTYPE = 7 | 
| }; | 
|  | 
| explicit Filter(Type type, const String& text); | 
| ~Filter(); | 
|  | 
| Type mType; | 
|  | 
| -  /* TODO | 
| -  std::vector<Subscription> mSubscriptions; | 
| -  */ | 
| - | 
| EMSCRIPTEN_KEEPALIVE const String& GetText() const | 
| { | 
| return mText; | 
| } | 
|  | 
| EMSCRIPTEN_KEEPALIVE OwnedString Serialize() const; | 
|  | 
| static EMSCRIPTEN_KEEPALIVE Filter* FromText(DependentString& text); | 
|  |