Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Oct 17, 2018
1 parent 61fed73 commit 4b8676f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.16.38"
CNCHI_VERSION = "0.16.39"
""" Cnchi version """

CNCHI_WEBSITE = "http://www.antergos.com"
Expand Down
1 change: 0 additions & 1 deletion src/pages/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def populate_devices_and_partitions(self):
for key in sorted(self.devices_and_partitions.keys()):
self.part_store.append_text(key)

#misc.select_first_combobox_item(self.part_store)
misc.select_combobox_value(self.part_store, 'None')

def select_part_changed(self, _widget):
Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.16.38","files":[
{"version":"0.16.39","files":[
]}

0 comments on commit 4b8676f

Please sign in to comment.