[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=c145de9

The following commit has been merged in the master branch:
commit c145de93ed4c00dbb1915d33221fa26914c30bd1
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jul 16 16:00:12 2011 +0100

    Remove unused main.cpp in Text UI config.
---
 config/CMakeLists.txt |  1 -
 config/main.cpp       | 43 -------------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 48252a7..f624431 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -1,7 +1,6 @@
 include_directories(${TELEPATHY_KDE_TEXT_UI_SOURCE_DIR}/lib)
 
 set(telepathy_chat_config_SRCS
-        main.cpp
         main-window.cpp
 )
 
diff --git a/config/main.cpp b/config/main.cpp
deleted file mode 100644
index c47f493..0000000
--- a/config/main.cpp
+++ /dev/null
@@ -1,43 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2011 by David Edmundson <kde at davidedmundson.co.uk>      *
- *                                                                         *
- *   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     *
- *   (at your option) 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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
-
-
-#include "main-window.h"
-
-#include <KApplication>
-#include <KAboutData>
-#include <KCmdLineArgs>
-
-
-int main(int argc, char *argv[])
-{
-    KAboutData aboutData("telepathy-chat-window-config",
-                         0,
-                         ki18n("Telepathy Chat Window Config"),
-                         "0.1");
-
-    KCmdLineArgs::init(argc, argv, &aboutData);
-
-    KApplication app;
-
-    MainWindow w;
-    w.show();
-
-    return app.exec();
-}

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list