[perl-Gtk3] Remove Gtk3::disable_setlocale test as it causes a warning



commit 3906bbb8f289b0c326b947ef0605aac48e751557
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Tue Dec 30 20:55:12 2014 +0100

    Remove Gtk3::disable_setlocale test as it causes a warning

 t/00-init.t |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/t/00-init.t b/t/00-init.t
index 375671a..ad5f717 100644
--- a/t/00-init.t
+++ b/t/00-init.t
@@ -35,8 +35,3 @@ SKIP: {
   # Gtk3::init().
   ok (defined eval 'use 5.8.0; 1');
 }
-
-# Ensure Gtk3::disable_setlocale () does not recurse forever, as it used to.
-{
-  Gtk3::disable_setlocale ();
-}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]