diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 18:54:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 18:54:32 +0300 |
commit | eff128d7019ea0cd137a5fff6cc67825f90c4e1b (patch) | |
tree | d56835cd042f2794b4c5182cedd5eefb96099d5a /src/gui/windows/npcpostdialog.cpp | |
parent | 6a79c4cc085f5cc7fea8a7b383744a40f3ccea6c (diff) | |
download | plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.gz plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.bz2 plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.xz plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.zip |
fix code style
Diffstat (limited to 'src/gui/windows/npcpostdialog.cpp')
-rw-r--r-- | src/gui/windows/npcpostdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/windows/npcpostdialog.cpp b/src/gui/windows/npcpostdialog.cpp index 2eb20fbf8..de1f2b0e7 100644 --- a/src/gui/windows/npcpostdialog.cpp +++ b/src/gui/windows/npcpostdialog.cpp @@ -48,7 +48,6 @@ NpcPostDialog::NpcPostDialog(const int npcId): mSender(new TextField(this)) { setContentSize(400, 180); - } void NpcPostDialog::postInit() |