aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_notify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jo_notify.cpp')
-rw-r--r--src/jo_notify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jo_notify.cpp b/src/jo_notify.cpp
index 9f4c7de..1c54a40 100644
--- a/src/jo_notify.cpp
+++ b/src/jo_notify.cpp
@@ -7,7 +7,6 @@ jo_notify(const string batlvl) {
str = "notify-send \"Low battery: ";
str += batlvl;
str += "%\" \"Please plug in computer\" -u critical -t 15000";
-
return system(str.c_str());
}