diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-11-09 17:20:16 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-11-09 17:20:16 (GMT) |
commit | f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b (patch) | |
tree | 2a673ed72d271dfaa7cc973c886c03b45881955a /Swiften/Chat | |
parent | 8774d67aabd02086ec0663bb4567cef14bd513c6 (diff) | |
download | swift-f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b.zip swift-f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b.tar.bz2 |
Fixed windows compilation.
Diffstat (limited to 'Swiften/Chat')
-rw-r--r-- | Swiften/Chat/ChatStateActionProvider.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Swiften/Chat/ChatStateActionProvider.h b/Swiften/Chat/ChatStateActionProvider.h deleted file mode 100644 index 9069152..0000000 --- a/Swiften/Chat/ChatStateActionProvider.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (c) 2010 Kevin Smith - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. - */ - -#pragma once - -namespace Swift { - class ChatState { - - }; -} |