]> Pileus Git - ~andy/gtk/blobdiff - gdk/broadway/gdkim-broadway.c
broadway: Make /dev/shm names nicer
[~andy/gtk] / gdk / broadway / gdkim-broadway.c
index 9863293ceeaac36740aaf820fe7e676a0befeb71..0bd67bcc012cd2876f3e9ddf1999332e0b10bc59 100644 (file)
@@ -12,9 +12,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/>.
  */
 
 /*
@@ -38,12 +36,3 @@ void
 _gdk_broadway_initialize_locale (void)
 {
 }
-
-gchar*
-gdk_set_locale (void)
-{
-  if (!setlocale (LC_ALL,""))
-    g_warning ("locale not supported by C library");
-
-  return setlocale (LC_ALL, NULL);
-}