[gnome-shell] remove some Big references from places that don't need them any more



commit cfea0649d8df329cc2b94fd9a331a8b64f962194
Author: Dan Winship <danw gnome org>
Date:   Wed Mar 31 14:40:43 2010 -0400

    remove some Big references from places that don't need them any more
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614516

 js/ui/altTab.js         |    1 -
 js/ui/overview.js       |    1 -
 js/ui/runDialog.js      |    1 -
 js/ui/workspace.js      |    1 -
 js/ui/workspacesView.js |    1 -
 src/Makefile-st.am      |    2 +-
 src/Makefile.am         |    1 -
 src/st/st-widget.c      |    2 --
 8 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index fefa3b4..7ba5301 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -1,6 +1,5 @@
 /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 
-const Big = imports.gi.Big;
 const Clutter = imports.gi.Clutter;
 const Gdk = imports.gi.Gdk;
 const Lang = imports.lang;
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 92f377a..350ba2b 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -1,6 +1,5 @@
 /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 
-const Big = imports.gi.Big;
 const Clutter = imports.gi.Clutter;
 const Gio = imports.gi.Gio;
 const Gtk = imports.gi.Gtk;
diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js
index 14edc72..1139dbc 100644
--- a/js/ui/runDialog.js
+++ b/js/ui/runDialog.js
@@ -1,6 +1,5 @@
 /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 
-const Big = imports.gi.Big;
 const Clutter = imports.gi.Clutter;
 const Gio = imports.gi.Gio;
 const GLib = imports.gi.GLib;
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index a1a3d2b..63a0ba8 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -1,6 +1,5 @@
 /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 
-const Big = imports.gi.Big;
 const Clutter = imports.gi.Clutter;
 const GdkPixbuf = imports.gi.GdkPixbuf;
 const Gdk = imports.gi.Gdk;
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 36be82c..80081df 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -1,6 +1,5 @@
 /* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
 
-const Big = imports.gi.Big;
 const Clutter = imports.gi.Clutter;
 const GdkPixbuf = imports.gi.GdkPixbuf;
 const Gdk = imports.gi.Gdk;
diff --git a/src/Makefile-st.am b/src/Makefile-st.am
index d4aae95..c9428d1 100644
--- a/src/Makefile-st.am
+++ b/src/Makefile-st.am
@@ -159,6 +159,6 @@ libst_1_0_la_LDFLAGS = $(LDADD)
 noinst_PROGRAMS += test-theme
 
 test_theme_CPPFLAGS = $(st_cflags)
-test_theme_LDADD = libst-1.0.la libbig-1.0.la
+test_theme_LDADD = libst-1.0.la
 
 test_theme_SOURCES = st/test-theme.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 4997c2e..0964440 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -220,7 +220,6 @@ St-1.0.gir: $(mutter) $(G_IR_SCANNER) libst-1.0.la Makefile
 		--add-include-path=$(builddir)     				\
 	        --libtool="$(LIBTOOL)"						\
 	        --library=libst-1.0.la						\
-	        --library=libbig-1.0.la						\
 	        -DST_COMPILATION						\
 	        $(addprefix $(srcdir)/,$(st_source_h))				\
 	        $(addprefix $(srcdir)/,$(st_source_c))				\
diff --git a/src/st/st-widget.c b/src/st/st-widget.c
index 75da099..bc4870a 100644
--- a/src/st/st-widget.c
+++ b/src/st/st-widget.c
@@ -42,8 +42,6 @@
 #include "st-theme-context.h"
 #include "st-tooltip.h"
 
-#include <big/rectangle.h>
-
 /*
  * Forward declaration for sake of StWidgetChild
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]