summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2015-10-07 19:04:47 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-10-07 19:05:33 -0500
commit3236465e0c0b62e70e06ee49e01a0c62a7730940 (patch)
tree76729ac330ed3c4378e4c1f4f716513f003125be
parentacc58ea8058d92ad700d97539f196d6edc69ca3f (diff)
downloadgnome-settings-daemon-3236465e0c0b62e70e06ee49e01a0c62a7730940.tar.gz
power: Remove gsdpowerenums from version control
It's both generated and cleaned, so it shouldn't be in the git repo. https://bugzilla.gnome.org/show_bug.cgi?id=756213
-rw-r--r--plugins/power/gsdpowerenums.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/power/gsdpowerenums.py b/plugins/power/gsdpowerenums.py
deleted file mode 100644
index d3d9c213..00000000
--- a/plugins/power/gsdpowerenums.py
+++ /dev/null
@@ -1,9 +0,0 @@
-GSM_INHIBITOR_FLAG_LOGOUT = 1;
-GSM_INHIBITOR_FLAG_SWITCH_USER = 2;
-GSM_INHIBITOR_FLAG_SUSPEND = 4;
-GSM_INHIBITOR_FLAG_IDLE = 8;
-GSM_INHIBITOR_FLAG_AUTOMOUNT = 16;
-GSM_PRESENCE_STATUS_AVAILABLE = 0;
-GSM_PRESENCE_STATUS_INVISIBLE = 1;
-GSM_PRESENCE_STATUS_BUSY = 2;
-GSM_PRESENCE_STATUS_IDLE = 3;