Removed pocket related things

This commit is contained in:
2015-11-28 09:54:58 -06:00
parent f8e14d7040
commit 67412125df
2 changed files with 9 additions and 9 deletions

View File

@@ -280,8 +280,8 @@ class servicesPanel(wx.Panel):
apiKeyBox.Add(apiKeyLabel, 0, wx.ALL, 5)
apiKeyBox.Add(self.apiKey, 0, wx.ALL, 5)
mainSizer.Add(apiKeyBox, 0, wx.ALL, 5)
self.pocketBtn = wx.Button(self, -1)
mainSizer.Add(self.pocketBtn, 0, wx.ALL, 5)
# self.pocketBtn = wx.Button(self, -1)
# mainSizer.Add(self.pocketBtn, 0, wx.ALL, 5)
self.SetSizer(mainSizer)
def set_pocket(self, active=True):