diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 23:36:20 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 23:36:20 +0800 |
commit | 665ec36c0690f5247e4803d7f5513097b2cf2bb4 (patch) | |
tree | b5a7359371972bab9010ce64851491e709b8439b /libempathy | |
parent | 0c3cd08bfeadc61d4f679e9f36732e49d6500418 (diff) | |
download | gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar.gz gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar.bz2 gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar.lz gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar.xz gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.tar.zst gsoc2013-empathy-665ec36c0690f5247e4803d7f5513097b2cf2bb4.zip |
Removed dead code
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-account-settings.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index df99ea1c5..bdf8024e8 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -33,16 +33,6 @@ G_DEFINE_TYPE(EmpathyAccountSettings, empathy_account_settings, G_TYPE_OBJECT) -/* signal enum */ -#if 0 -enum -{ - LAST_SIGNAL -}; - -static guint signals[LAST_SIGNAL] = {0}; -#endif - enum { PROP_ACCOUNT = 1, PROP_CM_NAME, |