summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vlc/emotion_generic_vlc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vlc/emotion_generic_vlc.c b/src/vlc/emotion_generic_vlc.c
index b9a0aab..069d04b 100644
--- a/src/vlc/emotion_generic_vlc.c
+++ b/src/vlc/emotion_generic_vlc.c
@@ -223,7 +223,6 @@ _event_cb(const struct libvlc_event_t *ev, void *data)
break;
case libvlc_MediaPlayerPlaying:
DBG("libvlc_MediaPlayerPlaying");
- _send_resize(app, app->w, app->h); // THIS IS WRONG BUT NEEDED...check in emotion why!
_send_cmd(app, EM_RESULT_PLAYBACK_STARTED);
break;
case libvlc_MediaPlayerStopped:
@@ -268,8 +267,6 @@ _tmp_playing_event_cb(const struct libvlc_event_t *ev, void *data)
/* ok, we are done! Now let emotion create the shmem for us */
_send_cmd(app, EM_RESULT_FILE_SET);
-
- ERR("libvlc_MediaPlayerPlaying %d %d", app->w, app->h);
}