Remove unused Gcc files
authorColeman Watts <coleman@civicrm.org>
Sun, 29 Nov 2015 15:34:01 +0000 (10:34 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 29 Nov 2015 15:34:01 +0000 (10:34 -0500)
templates/CRM/Block/Gcc.tpl [deleted file]
xml/schema/GccSchema.xml [deleted file]

diff --git a/templates/CRM/Block/Gcc.tpl b/templates/CRM/Block/Gcc.tpl
deleted file mode 100644 (file)
index e52c867..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-{*
- +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
- +--------------------------------------------------------------------+
- | This file is a part of CiviCRM.                                    |
- |                                                                    |
- | CiviCRM is free software; you can copy, modify, and distribute it  |
- | under the terms of the GNU Affero General Public License           |
- | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
- |                                                                    |
- | CiviCRM 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 Affero General Public License for more details.        |
- |                                                                    |
- | You should have received a copy of the GNU Affero General Public   |
- | License and the CiviCRM Licensing Exception along                  |
- | with this program; if not, contact CiviCRM LLC                     |
- | at info[AT]civicrm[DOT]org. If you have questions about the        |
- | GNU Affero General Public License or the licensing of CiviCRM,     |
- | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
- +--------------------------------------------------------------------+
-*}
-<div class="menu crm-container">
-<ul class="indented">
-{foreach from=$shortCuts item=short}
-    <li class="leaf"><a href="{$short.url}">{$short.title}</a></li>
-{/foreach}
-</ul>
-</div>
diff --git a/xml/schema/GccSchema.xml b/xml/schema/GccSchema.xml
deleted file mode 100644 (file)
index a62406c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-
-<database xmlns:xi="http://www.w3.org/2001/XInclude">
-<name>civicrm</name>
-<character_set>utf8</character_set>
-<collate>utf8_unicode_ci</collate>
-<table_type>InnoDB</table_type>
-<comment>Schema for CiviCRM</comment>
-
-<xi:include href="Core/files.xml"          parse="xml" />
-<xi:include href="ACL/files.xml"           parse="xml" />
-<xi:include href="Contact/files.xml"       parse="xml" />
-<xi:include href="Mailing/files.xml"       parse="xml" />
-<xi:include href="Mailing/Event/files.xml" parse="xml" />
-<xi:include href="Contribute/files.xml"    parse="xml" />
-<xi:include href="SMS/files.xml"           parse="xml" />
-<xi:include href="Project/files.xml"       parse="xml" />
-<xi:include href="Member/files.xml"        parse="xml" />
-<xi:include href="Activity/files.xml"      parse="xml" />
-<xi:include href="Event/files.xml"         parse="xml" />
-<xi:include href="Dedupe/files.xml"        parse="xml" />
-<xi:include href="Gcc/files.xml"           parse="xml" />
-</database>