From 61a4318f85d1661512b7625f0b439b0c3cf0ad6c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 21 Jun 2016 19:15:43 -0400 Subject: [PATCH] storagelist: Remove unused function --- virtManager/storagelist.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/virtManager/storagelist.py b/virtManager/storagelist.py index c16cf5c5a..639715846 100644 --- a/virtManager/storagelist.py +++ b/virtManager/storagelist.py @@ -480,13 +480,6 @@ class vmmStorageList(vmmGObjectUI): self._active_edits = [] return True - def _refresh_current_pool(self): - cp = self._current_pool() - if cp is None: - return - - cp.refresh() - ############# # Listeners #