summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRashi Aswani <aswanirashi19@gmail.com>2013-11-12 19:40:28 +0530
committerDavid King <amigadave@amigadave.com>2013-11-12 15:55:12 +0000
commit370a5dc9824bf64200fa34b295909ffd6715b737 (patch)
tree141c4f3a9fa711fe1410d9d05a70808d83bc3982 /src
parent0b04925ab33c7cb70e055a5c4ed0d271e1e2ea98 (diff)
downloadcheese-370a5dc9824bf64200fa34b295909ffd6715b737.tar.gz
Fixed deprecated warning in on_countdown_toggle
https://bugzilla.gnome.org/show_bug.cgi?id=712151
Diffstat (limited to 'src')
-rw-r--r--src/cheese-window.vala11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 3c939178..d0002269 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -618,17 +618,6 @@ public class Cheese.MainWindow : Gtk.ApplicationWindow
}
/**
- * Toggle whether the countdown is active.
- *
- * @param action the action that emitted the signal
- */
- [CCode (instance_pos = -1)]
- public void on_countdown_toggle (ToggleAction action)
- {
- settings.set_boolean ("countdown", action.active);
- }
-
- /**
* The method to call when the countdown is finished.
*/
private void finish_countdown_callback ()