Skip to content

Commit

Permalink
removed unused this.hide ();
Browse files Browse the repository at this point in the history
  • Loading branch information
artemanufrij committed Mar 3, 2018
1 parent bd85e30 commit af67787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ namespace Screencast {
stderr.printf ("Error: %s\n", e.message);
}

string cores;
string cores = "0-1";

try {
Process.spawn_command_line_sync ("cat /sys/devices/system/cpu/online", out cores);
Expand Down Expand Up @@ -731,7 +731,6 @@ namespace Screencast {

recording = true;

this.hide ();
set_indicator_icon ("media-record-symbolic");
toggle_item.label = _ ("Pause");
}
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/countdown.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Copyright (C) 2011-2015 Eidete Developers
// Copyright (C) 2017-2018 Artem Anufrij <artem.anufrij@live.de>
// Copyright (C) 2018-2018 Artem Anufrij <artem.anufrij@live.de>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/keyview.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Copyright (C) 2011-2015 Eidete Developers
// Copyright (C) 2017-2018 Artem Anufrij <artem.anufrij@live.de>
// Copyright (C) 2018-2018 Artem Anufrij <artem.anufrij@live.de>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit af67787

Please sign in to comment.