diff options
author | Ted Gould <ted@canonical.com> | 2009-08-24 23:43:50 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-24 23:43:50 -0500 |
commit | 1246414b8b64eed892222e3b0b2e27cb77e40ddf (patch) | |
tree | b93aa23d96b7ecf8e26b1506dec30314cc0cb570 /src/status-provider.h | |
parent | 51a1209a398df17727d6bb79bad11480af173970 (diff) | |
download | ayatana-indicator-session-1246414b8b64eed892222e3b0b2e27cb77e40ddf.tar.gz ayatana-indicator-session-1246414b8b64eed892222e3b0b2e27cb77e40ddf.tar.bz2 ayatana-indicator-session-1246414b8b64eed892222e3b0b2e27cb77e40ddf.zip |
Didn't need that function.
Diffstat (limited to 'src/status-provider.h')
-rw-r--r-- | src/status-provider.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/status-provider.h b/src/status-provider.h index 9cc9885..522e61b 100644 --- a/src/status-provider.h +++ b/src/status-provider.h @@ -72,8 +72,6 @@ GType status_provider_get_type (void); void status_provider_set_status (StatusProvider * sp, StatusProviderStatus status); StatusProviderStatus status_provider_get_status (StatusProvider * sp); -void status_provider_emit_status_changed (StatusProvider * sp, StatusProviderStatus newstatus); - G_END_DECLS #endif |