summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-14 22:19:10 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-14 22:19:10 +0200
commit4c7fcdf4aeb0168d2936169f8d5b2b7f898d1e4b (patch)
tree74a58c4edf5c149254604b6da85c0c29ad26fadf /main.c
parent80bd9afe43dbaf208d88e8e6a6e41a6ea7ae4bf7 (diff)
gtkui: fixed all old "playlist" widget lookups; fixed column auto-resize; fixed more draw-after-resize issues
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index e086e348..26f3e5cb 100644
--- a/main.c
+++ b/main.c
@@ -997,9 +997,6 @@ main (int argc, char *argv[]) {
atexit (atexit_handler); // helps to save in simple cases
#endif
- // start all subsystems
- messagepump_push (DB_EV_PLAYLISTCHANGED, 0, 0, 0);
-
streamer_init ();
plug_connect_all ();