Monotone-Parent: 6cff1962c8a5c619a3a6f581a6ed576acab3e1e1

Monotone-Revision: c7ef74f1e3041c2b65e2347f76ab6c77ad4a1faf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-28T20:44:09
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-06-28 20:44:09 +00:00
parent a70482d320
commit 806e5762a6
3 changed files with 2 additions and 30 deletions

View File

@ -1,5 +1,7 @@
2007-06-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxSortButton.m: removed useless class module.
* UI/Common/UIxSortableTableHeader.m: removed useless class
module.

View File

@ -12,7 +12,6 @@ CommonUI_OBJC_FILES += \
CommonUIProduct.m \
UIxPageFrame.m \
UIxPrintPageFrame.m \
UIxSortButton.m \
UIxAppNavView.m \
\
UIxAclEditor.m \

View File

@ -1,29 +0,0 @@
/*
Copyright (C) 2004-2005 SKYRIX Software AG
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
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.
*/
#include <NGObjWeb/WOComponent.h>
@interface UIxSortButton : WOComponent
@end
@implementation UIxSortButton
@end /* UIxSortButton */