[mutter] background: don't save pixbuf in user data
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] background: don't save pixbuf in user data
- Date: Mon, 26 Aug 2013 16:26:09 +0000 (UTC)
commit e74ed9299321a2036d2fdd15268d38bd8f9f8341
Author: Tim Lunn <tim feathertop org>
Date: Mon Aug 26 11:39:38 2013 +1000
background: don't save pixbuf in user data
https://bugzilla.gnome.org/show_bug.cgi?id=706777
src/compositor/meta-background.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/compositor/meta-background.c b/src/compositor/meta-background.c
index 4c61501..830e1c6 100644
--- a/src/compositor/meta-background.c
+++ b/src/compositor/meta-background.c
@@ -1031,7 +1031,6 @@ meta_background_load_file_finish (MetaBackground *self,
GAsyncResult *result,
GError **error)
{
- static CoglUserDataKey key;
GTask *task;
LoadFileTaskData *task_data;
CoglTexture *texture;
@@ -1077,12 +1076,6 @@ meta_background_load_file_finish (MetaBackground *self,
goto out;
}
- cogl_object_set_user_data (COGL_OBJECT (texture),
- &key,
- g_object_ref (pixbuf),
- (CoglUserDataDestroyCallback)
- g_object_unref);
-
ensure_pipeline (self);
unset_texture (self);
set_style (self, task_data->style);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]