diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-11-03 21:48:21 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-11-03 22:22:56 +0100 |
commit | 8b9c147b235578cff10c745c1f474547232c5d67 (patch) | |
tree | 0d122048c328a008318573b4f2d5371b16e517c4 /plugins/ZeroNotification/src/stdafx.cxx | |
parent | bb644d786800cf301ba36e27577261d90c940f8f (diff) |
ZeroNotification: minor code cleaning
* remove unnecessary handles for hooks
* remove dead link
Diffstat (limited to 'plugins/ZeroNotification/src/stdafx.cxx')
-rw-r--r-- | plugins/ZeroNotification/src/stdafx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZeroNotification/src/stdafx.cxx b/plugins/ZeroNotification/src/stdafx.cxx index b05ed73bc5..e0372ed6dc 100644 --- a/plugins/ZeroNotification/src/stdafx.cxx +++ b/plugins/ZeroNotification/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
\ No newline at end of file +#include "stdafx.h"
|