summaryrefslogtreecommitdiff
path: root/libcaribou/group-model.vala
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2012-11-17 10:27:12 +0900
committerDaiki Ueno <ueno@unixuser.org>2012-11-22 17:26:02 +0900
commitaac59640e793752d1ae815ffea4d9113f77679e0 (patch)
tree57417ca570e963f3e26f1ba7857b5b8c14eef7d4 /libcaribou/group-model.vala
parent7da19a8125017d81834aed26c60f55db5fea1d51 (diff)
downloadcaribou-aac59640e793752d1ae815ffea4d9113f77679e0.tar.gz
libcaribou: refactor some code
Use Gee lists and hashtables extensively instead of GLib's; specify proper cname to libxklavier signals to avoid using a static signal handler; remove unnecessary "using". https://bugzilla.gnome.org/show_bug.cgi?id=688517
Diffstat (limited to 'libcaribou/group-model.vala')
-rw-r--r--libcaribou/group-model.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaribou/group-model.vala b/libcaribou/group-model.vala
index 0721189..0107822 100644
--- a/libcaribou/group-model.vala
+++ b/libcaribou/group-model.vala
@@ -1,5 +1,3 @@
-using GLib;
-
namespace Caribou {
public class GroupModel : Object, IKeyboardObject {
public string active_level { get; private set; }