Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-gnome-features.c
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * soup-gnome-features.c: GNOME-specific features
4  *
5  * Copyright (C) 2008 Red Hat, Inc.
6  */
7
8 #ifdef HAVE_CONFIG_H
9 #include <config.h>
10 #endif
11
12 #include "soup-gnome-features.h"
13
14 GType
15 soup_gnome_features_2_26_get_type (void)
16 {
17         G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
18         return SOUP_TYPE_PROXY_RESOLVER_GNOME;
19         G_GNUC_END_IGNORE_DEPRECATIONS;
20 }
21