summaryrefslogtreecommitdiff
path: root/src/rhlibrary/player_widget.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-15 01:41:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-15 01:41:01 (GMT)
commitebdce0f75cc8a6c5aa38d8f0e3727b0e99a2b618 (patch)
tree111b7b8ff21be90377ffb58ed4b9068d962974f3 /src/rhlibrary/player_widget.go
parent28a85e445066a379cd6ec82b936e727f0508be70 (diff)
moved selector widget to seperate file as well
Diffstat (limited to 'src/rhlibrary/player_widget.go')
-rw-r--r--src/rhlibrary/player_widget.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rhlibrary/player_widget.go b/src/rhlibrary/player_widget.go
index 8e2d7e3..33fa88d 100644
--- a/src/rhlibrary/player_widget.go
+++ b/src/rhlibrary/player_widget.go
@@ -72,7 +72,6 @@ func addStopButton(grid *gtk.Grid, p *player.PlayerChan) (err error) {
}
func getPlayerWidget(p *player.PlayerChan) (gtk.IWidget, error) {
-
var grid *gtk.Grid
grid, err := gtk.GridNew()
if err != nil {