diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-14 15:40:31 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-14 16:16:22 +0200 |
commit | 4d6ea660bcbf8c5f4e61ad51d6f6bb739b4cb3a7 (patch) | |
tree | 5e501aea8cb65d63e72013f29607a864ff9f9f29 /src/lastfm.h | |
parent | 9e93f7baf970821c7613353326406e65086d0d9e (diff) |
make defining screens with main window type as non-pointer possible
Diffstat (limited to 'src/lastfm.h')
-rw-r--r-- | src/lastfm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lastfm.h b/src/lastfm.h index 6a068252..9b575c15 100644 --- a/src/lastfm.h +++ b/src/lastfm.h @@ -35,7 +35,6 @@ struct Lastfm : public Screen<NC::Scrollpad> { Lastfm(); - // Screen<NC::Scrollpad> virtual void switchTo() OVERRIDE; virtual void resize() OVERRIDE; |