From 60ca7d295b6b4a957b87d65da821d89471a2bb53 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Oct 2010 19:46:26 +0100 Subject: Get rid of unused classes. --- dupfiles | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dupfiles b/dupfiles index 8acea67..d78b427 100755 --- a/dupfiles +++ b/dupfiles @@ -27,18 +27,6 @@ import sys import time -class ProgressBarValue(progressbar.ProgressBarWidget): - - def update(self, pbar): - return '%s' % pbar.currval - - -class ProgressBarMaxval(progressbar.ProgressBarWidget): - - def update(self, pbar): - return '%s' % pbar.maxval - - class FileStats(object): def __init__(self): -- cgit v1.2.1