diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-08 02:01:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-08 02:13:12 +0300 |
commit | aa0e715fe63eed2795944fda68ab64270b51453b (patch) | |
tree | 7b9a70421df310db51efd38c8d9ba63b6355e412 /src/actions/windows.cpp | |
parent | 69a1bbcd0c2170975556bfe495e1f169fd6c7726 (diff) | |
download | plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.gz plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.bz2 plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.xz plus-aa0e715fe63eed2795944fda68ab64270b51453b.zip |
Remove useless extern declarations.
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r-- | src/actions/windows.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 3e429faea..1cc9548c5 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -57,8 +57,6 @@ #include "debug.h" -extern ShortcutWindow *spellShortcutWindow; - namespace Actions { |