summaryrefslogtreecommitdiff
path: root/src/trg-client.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-31 13:34:00 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-31 13:34:00 +0000
commit8eef0e7576d67d14efe305ba4d73cee374c57220 (patch)
tree8b91467113da91d39c67217514ae530538cfd3ac /src/trg-client.h
parent7bf25fa4ac9b91d8249a3e43e35f4e11e28c1ef4 (diff)
switch from using the trackers struct to trackerstats - and add some of the new columns into the trackers model and treeview
Diffstat (limited to 'src/trg-client.h')
-rw-r--r--src/trg-client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/trg-client.h b/src/trg-client.h
index bb06e37..e737afb 100644
--- a/src/trg-client.h
+++ b/src/trg-client.h
@@ -62,8 +62,6 @@ typedef struct {
typedef struct {
GObjectClass parent_class;
- void (*client_profile_changed) (TrgClient * client, gpointer data);
- void (*client_profile_new) (TrgClient * client, gpointer data);
} TrgClientClass;
GType trg_client_get_type (void);