diff --git a/UI/MainUI/GNUmakefile b/UI/MainUI/GNUmakefile index 858110150..dfa4b77b8 100644 --- a/UI/MainUI/GNUmakefile +++ b/UI/MainUI/GNUmakefile @@ -13,7 +13,6 @@ MainUI_OBJC_FILES += \ SOGoRootPage.m \ SOGoUserHomePage.m \ SOGoBrowsersPanel.m \ - UIxLoading.m \ SOGoMicrosoftActiveSyncActions.m \ ifeq ($(saml2_config), yes) diff --git a/UI/MainUI/UIxLoading.h b/UI/MainUI/UIxLoading.h deleted file mode 100644 index 092603644..000000000 --- a/UI/MainUI/UIxLoading.h +++ /dev/null @@ -1,35 +0,0 @@ -/* UIxLoading.h - this file is part of SOGo - * - * Copyright (C) 2011 Inverse inc. - * - * Author: Francis Lachapelle - * - * This file is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This file 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -#ifndef UIXLOADING_H -#define UIXLOADING_H - -#import - - -@interface UIxLoading : UIxComponent -{ -} - -@end - -#endif /* UIXLOADING_H */ diff --git a/UI/MainUI/UIxLoading.m b/UI/MainUI/UIxLoading.m deleted file mode 100644 index 42ff96656..000000000 --- a/UI/MainUI/UIxLoading.m +++ /dev/null @@ -1,36 +0,0 @@ -/* UIxLoading.m - this file is part of SOGo - * - * Copyright (C) 2011 Inverse inc. - * - * Author: Francis Lachapelle - * - * This file is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This file 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - - -#import "UIxLoading.h" - -@implementation UIxLoading - -- (NSString *) doctype -{ - return (@"\n" - @""); -} - -@end diff --git a/UI/Templates/UIxLoading.wox b/UI/Templates/UIxLoading.wox deleted file mode 100644 index ec27811c7..000000000 --- a/UI/Templates/UIxLoading.wox +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - -
- - -