From f15b2b316662c0092f0b7cd567be29cdcacd0c71 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 26 Sep 2012 11:36:30 -0300 Subject: [PATCH] glib.py: Remove old debugging code This was accidentally copy/pasted from gobject.py --- glib/glib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/glib/glib.py b/glib/glib.py index de763ae74..64459b3c5 100644 --- a/glib/glib.py +++ b/glib/glib.py @@ -136,10 +136,6 @@ class GHashPrinter: def display_hint (self): return "map" -def pretty_printer_lookup (val): - if is_g_type_instance (val): - return GTypePrettyPrinter (val) - def pretty_printer_lookup (val): # None yet, want things like hash table and list