From 806e5762a6d55eda39a9511f3b0b5034dd6c22c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 28 Jun 2007 20:44:09 +0000 Subject: [PATCH] Monotone-Parent: 6cff1962c8a5c619a3a6f581a6ed576acab3e1e1 Monotone-Revision: c7ef74f1e3041c2b65e2347f76ab6c77ad4a1faf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-28T20:44:09 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 2 ++ UI/Common/GNUmakefile | 1 - UI/Common/UIxSortButton.m | 29 ----------------------------- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 UI/Common/UIxSortButton.m diff --git a/ChangeLog b/ChangeLog index a6f6f3f30..24e07bf26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-06-28 Wolfgang Sourdeau + * UI/Common/UIxSortButton.m: removed useless class module. + * UI/Common/UIxSortableTableHeader.m: removed useless class module. diff --git a/UI/Common/GNUmakefile b/UI/Common/GNUmakefile index c7815175f..cd4320a21 100644 --- a/UI/Common/GNUmakefile +++ b/UI/Common/GNUmakefile @@ -12,7 +12,6 @@ CommonUI_OBJC_FILES += \ CommonUIProduct.m \ UIxPageFrame.m \ UIxPrintPageFrame.m \ - UIxSortButton.m \ UIxAppNavView.m \ \ UIxAclEditor.m \ diff --git a/UI/Common/UIxSortButton.m b/UI/Common/UIxSortButton.m deleted file mode 100644 index fb4d33519..000000000 --- a/UI/Common/UIxSortButton.m +++ /dev/null @@ -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 - -@interface UIxSortButton : WOComponent -@end - -@implementation UIxSortButton -@end /* UIxSortButton */ -