[gnome-photos] main-window: Remove some unused variables
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] main-window: Remove some unused variables
- Date: Sat, 23 Mar 2013 17:28:24 +0000 (UTC)
commit 55221287c61174a4eadaa5fe7e0f0db875191969
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Mar 22 21:44:57 2013 +0100
main-window: Remove some unused variables
Left over from 9e105ef2503cf6bcf2c018781424f6396dc3fe90
src/photos-main-window.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/photos-main-window.c b/src/photos-main-window.c
index a9de360..6ed4558 100644
--- a/src/photos-main-window.c
+++ b/src/photos-main-window.c
@@ -25,8 +25,6 @@
#include "config.h"
-#include <clutter/clutter.h>
-#include <clutter-gtk/clutter-gtk.h>
#include <glib.h>
#include <glib/gi18n.h>
@@ -42,7 +40,6 @@ struct _PhotosMainWindowPrivate
{
GtkWidget *embed;
GSettings *settings;
- GtkWidget *clutter_embed;
PhotosBaseManager *item_mngr;
PhotosModeController *controller;
guint configure_id;
@@ -247,8 +244,6 @@ static void
photos_main_window_init (PhotosMainWindow *self)
{
PhotosMainWindowPrivate *priv;
- ClutterActor *stage;
- ClutterConstraint *constraint;
GVariant *variant;
gboolean maximized;
const gint32 *position;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]