Removed unused code.
This commit is contained in:
parent
0918f0019b
commit
efcd8c8587
|
@ -109,12 +109,6 @@ class DatasetInfoFunction(Function):
|
||||||
if not data:
|
if not data:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
buf = gtk.TextBuffer()
|
|
||||||
buf_iter = buf.get_start_iter()
|
|
||||||
buf.insert(buf_iter, "Data: %s\n\n" % data.get_name())
|
|
||||||
|
|
||||||
buf.insert(buf_iter, "Dimensions: ")
|
|
||||||
|
|
||||||
dims = []
|
dims = []
|
||||||
for name in data.get_dim_names():
|
for name in data.get_dim_names():
|
||||||
dims.append((name, data.dims[data._dim_num[name]]))
|
dims.append((name, data.dims[data._dim_num[name]]))
|
||||||
|
|
Reference in New Issue