From 45b2c2401695a080fcf4f277a49d4fc232d80051 Mon Sep 17 00:00:00 2001
From: Alexander Cherniuk <ts33kr@gmail.com>
Date: Sat, 19 Jun 2010 17:08:30 +0300
Subject: [PATCH] Removed incidentally commited artifact

---
 src/config.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/config.py b/src/config.py
index 49cf3b34ca..c247c45f70 100644
--- a/src/config.py
+++ b/src/config.py
@@ -456,8 +456,6 @@ class PreferencesWindow:
             create_av_combobox('video_output', VideoOutputManager().get_devices(
                 ))
 
-            def cmp_framerate(f1, f2):
-                print 'tt'
             create_av_combobox('video_framerate', {_('Default'): '',
                 '15fps': '15/1', '10fps': '10/1', '5fps': '5/1',
                 '2.5fps': '5/2'}, 'video_framerate', key=lambda x: -1 if \
-- 
GitLab