]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/WOScriptedComponent.m
fixed umlaut issue on MacOSX
[sope] / sope-appserver / NGObjWeb / WOScriptedComponent.m
index 5e47eaa0ee80670af018967985e654caf7a16783..cb2edb4d6982c2316e159102b7f9d94e4d0f36d6 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "WOScriptedComponent.h"
 #include <NGObjWeb/WOTemplateBuilder.h>
@@ -254,14 +253,6 @@ static BOOL logScriptDealloc = NO;
 
 @end /* WOScriptedComponent */
 
-@implementation WOScriptedComponent(JSSupport)
-
-- (id)_jsfunc_FileManager:(NSArray *)_args {
-  return [NSFileManager defaultManager];
-}
-
-@end /* WOScriptedComponent(JSSupport) */
-
 @implementation NSObject(ScriptFunc)
 
 - (BOOL)isScriptFunction {