From e78036b3372e5773fac4207ea48bb61e2fd7873e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Feb 2014 00:09:12 +0300 Subject: combine mouseinput into one file. --- src/mouseinput.cpp | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/mouseinput.cpp (limited to 'src/mouseinput.cpp') diff --git a/src/mouseinput.cpp b/src/mouseinput.cpp deleted file mode 100644 index 208690935..000000000 --- a/src/mouseinput.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include "mouseinput.h" - -#include "debug.h" - -MouseInput::MouseInput() : - gcn::MouseInput(), - mRealX(0), - mRealY(0) -{ -} - -MouseInput::~MouseInput() -{ -} -- cgit v1.2.3-70-g09d2