diff --git a/ChangeLog b/ChangeLog index 2a9f40806..06d6cfe92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-30 Wolfgang Sourdeau + * UI/Scheduler/UIxDatePickerScript.[hm]: component removed since + all javascript code is now put in Scheduler.js/generic.js. + * UI/Scheduler/NSCalendarDate+UIx.[hm]: category removed, code moved into NSCalendarDate+Scheduler instead. diff --git a/UI/Scheduler/UIxDatePickerScript.m b/UI/Scheduler/UIxDatePickerScript.m deleted file mode 100644 index 267ac45d8..000000000 --- a/UI/Scheduler/UIxDatePickerScript.m +++ /dev/null @@ -1,37 +0,0 @@ -/* - Copyright (C) 2000-2004 SKYRIX Software AG - - This file is part of OGo - - 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 - Free Software Foundation; either version 2, or (at your option) any - later version. - - OGo is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with OGo; see the file COPYING. If not, write to the - Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. -*/ -// $Id: UIxDatePickerScript.m 223 2004-08-15 14:50:22Z znek $ - - -#include - - -@interface UIxDatePickerScript : WOComponent -{ - -} - -@end - - -@implementation UIxDatePickerScript - -@end