URI: 
       tkivy: cleanup dead code - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 45618b2a8efedec84c9a92fbb92b070fae133a00
   DIR parent 9b112ab42fe39babf8607aa0bb633fa43af089f9
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 21 Jan 2016 19:25:25 +0100
       
       kivy: cleanup dead code
       
       Diffstat:
         M gui/kivy/main.kv                    |      28 ----------------------------
         M gui/kivy/uix/ui_screens/invoices.kv |       6 ------
         M gui/kivy/uix/ui_screens/requests.kv |       6 ------
       
       3 files changed, 0 insertions(+), 40 deletions(-)
       ---
   DIR diff --git a/gui/kivy/main.kv b/gui/kivy/main.kv
       t@@ -19,34 +19,6 @@
            height: self.minimum_height
        
        
       -<BlueSpinner@BoxLayout>
       -    foreground_color: 1, 1, 1, 1
       -    spacing: '9dp'
       -    text: ''
       -    values: ('', )
       -    icon: ''
       -    Image:
       -        source: root.icon
       -        size_hint: None, None
       -        size: '22dp', '22dp'
       -        pos_hint: {'center_y': .5}
       -    OppositeSpinner:
       -        color: root.foreground_color
       -        background_normal: 'atlas://gui/kivy/theming/light/action_group_light'
       -        markup: False
       -        shorten: True
       -        font_size: '16dp'
       -        size_hint: 1, .7
       -        pos_hint: {'center_y': .5}
       -        text: root.text
       -        text_size: self.size
       -        halign: 'left'
       -        valign: 'middle'
       -        on_text:
       -            root.text = args[1]
       -        values: root.values
       -
       -
        <IconButton@ButtonBehavior+Image>
            allow_stretch: True
            size_hint_x: None
   DIR diff --git a/gui/kivy/uix/ui_screens/invoices.kv b/gui/kivy/uix/ui_screens/invoices.kv
       t@@ -44,12 +44,6 @@ InvoicesScreen:
                orientation: 'vertical'
                spacing: '1dp'
                ScrollView:
       -            canvas.before:
       -                Color:
       -                    rgba: .8901, .8901, .8901, 0
       -                Rectangle:
       -                    size: self.size
       -                    pos: self.pos
                    GridLayout:
                        cols: 1
                        id: invoices_container
   DIR diff --git a/gui/kivy/uix/ui_screens/requests.kv b/gui/kivy/uix/ui_screens/requests.kv
       t@@ -45,12 +45,6 @@ RequestsScreen:
                orientation: 'vertical'
                spacing: '1dp'
                ScrollView:
       -            canvas.before:
       -                Color:
       -                    rgba: .8901, .8901, .8901, 0
       -                Rectangle:
       -                    size: self.size
       -                    pos: self.pos
                    GridLayout:
                        cols: 1
                        id: requests_container