[gnome-klotski] Remove references to gmodule and pango
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski] Remove references to gmodule and pango
- Date: Mon, 5 Nov 2012 19:56:05 +0000 (UTC)
commit a93b392966daf3216251f78038fe832adbfd5602
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Mon Nov 5 20:46:06 2012 +0100
Remove references to gmodule and pango
src/Makefile.am | 5 +----
src/gnome-klotski.vala | 5 -----
2 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 806b609..4d09a34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,10 +17,7 @@ gnome_klotski_CFLAGS = \
gnome_klotski_VALAFLAGS = \
--pkg posix \
--pkg gtk+-3.0 \
- --pkg gmodule-2.0 \
- --pkg librsvg-2.0 \
- --pkg pango \
- --pkg pangocairo
+ --pkg librsvg-2.0
gnome_klotski_LDADD = \
$(GNOME_KLOTSKI_LIBS)
diff --git a/src/gnome-klotski.vala b/src/gnome-klotski.vala
index 8267b59..8b29b92 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.vala
@@ -598,11 +598,6 @@ public class Klotski : Gtk.Application
status_box.pack_start (moves_label, false, false, 0);
- /* game clock */
- //clock_label = new Gtk.Label ("");
- //clock_label.show ();
- //status_box.pack_start (clock_label, false, false, 0);
-
var toolbar = new Gtk.Toolbar ();
toolbar.show ();
toolbar.show_arrow = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]