summaryrefslogtreecommitdiff
path: root/liblightdm-qt/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'liblightdm-qt/system.cpp')
-rw-r--r--liblightdm-qt/system.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/liblightdm-qt/system.cpp b/liblightdm-qt/system.cpp
deleted file mode 100644
index 84040aa0..00000000
--- a/liblightdm-qt/system.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2010-2011 David Edmundson
- * Copyright (C) 2010-2011 Robert Ancell
- * Author: David Edmundson <kde@davidedmundson.co.uk>
- *
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation; either version 3 of the License, or (at your option) any
- * later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
- * license.
- */
-
-#include "QLightDM/system.h"
-
-#include <lightdm.h>
-
-using namespace QLightDM;
-
-QString System::hostname()
-{
- return QString::fromLocal8Bit(lightdm_get_hostname());
-}