cleanup
[platform/upstream/glib.git] / gio / xdgmime / xdgmimealias.c
index c33adfa..deea51e 100644 (file)
@@ -20,9 +20,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -165,6 +163,8 @@ _xdg_mime_alias_read_from_file (XdgAliasList *list,
 }
 
 
+#ifdef NOT_USED_IN_GIO
+
 void
 _xdg_mime_alias_list_dump (XdgAliasList *list)
 {
@@ -181,4 +181,4 @@ _xdg_mime_alias_list_dump (XdgAliasList *list)
     }
 }
 
-
+#endif