Skip to content
Snippets Groups Projects
Commit bc1ec52c authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Removed unused label_set_func from interface/chronoamp.py

parent 9ef4f2f1
Branches
Tags
No related merge requests found
......@@ -3,10 +3,6 @@
import gtk
class chronoamp:
def label_set_func(self, tree_column, cell, model, iter):
info = model.get_value(iter, 1)
cell.set_property("text", info)
def __init__(self):
self.builder = gtk.Builder()
self.builder.add_from_file('interface/chronoamp.glade')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment