summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-05-23 13:50:25 +0100
committerBastien Nocera <hadess@hadess.net>2011-05-23 13:50:25 +0100
commit8d7c422323e3cdcf520a13b6b5ccb6194591d814 (patch)
tree9f57652d27ddd16e2e18995ea40da4a8a3a9ef8b
parentda990f52ee21d7aa8af8169103d8616bfbcb8f0b (diff)
egg-play-preview: Remove unused variable
-rw-r--r--src/egg-play-preview.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egg-play-preview.c b/src/egg-play-preview.c
index 720f05a..004a6f3 100644
--- a/src/egg-play-preview.c
+++ b/src/egg-play-preview.c
@@ -377,10 +377,8 @@ egg_play_preview_get_property (GObject *object,
GParamSpec *pspec)
{
EggPlayPreview *play_preview;
- EggPlayPreviewPrivate *priv;
play_preview = EGG_PLAY_PREVIEW (object);
- priv = GET_PRIVATE (play_preview);
switch (prop_id) {
case PROP_URI: