Remove unnecessary comment

This commit is contained in:
Xavi Artigas 2012-10-17 11:33:55 +02:00
parent 6b6dddde98
commit 124f71f179

View file

@ -62,8 +62,6 @@ public class Tutorial3 extends Activity implements SurfaceHolder.Callback {
SurfaceHolder sh = sv.getHolder();
sh.addCallback(this);
// Keep the instance state for later, since we will not perform our initialization
// until the native code reports that it is itself initialized.
if (savedInstanceState != null) {
is_playing_desired = savedInstanceState.getBoolean("playing");
Log.i ("GStreamer", "Activity created. Saved state is playing:" + is_playing_desired);