aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-03-28 23:56:15 +1300
committerDavid <dbphillipsnz@gmail.com>2014-03-28 23:56:15 +1300
commit95284f10e95566ab949dca3c384cd63748640f01 (patch)
treeeb3cd82e02e23e2373d0a4f2303a9d68c445251b /src
parentdf3ee03d3814ba51e0d09f90f419a5f9650e2105 (diff)
downloadparamano-95284f10e95566ab949dca3c384cd63748640f01.tar.xz
Removal of old files
Diffstat (limited to 'src')
-rw-r--r--src/bat_tray/getbat.c30
-rw-r--r--src/bat_tray/getbat.h26
2 files changed, 0 insertions, 56 deletions
diff --git a/src/bat_tray/getbat.c b/src/bat_tray/getbat.c
deleted file mode 100644
index 72408e7..0000000
--- a/src/bat_tray/getbat.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/************************************************************************
- * This file is part of trayfreq-archlinux. *
- * *
- * trayfreq-archlinux 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 3 of the *
- * License, or (at your option) any later version. *
- * *
- * trayfreq-archlinux 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 trayfreq-archlinux. If not, see *
- * <http://www.gnu.org/licenses/>. *
- ************************************************************************/
-/*
-#include "getbat.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <glib.h>
-
-
-
-
-//gchar CURRENT_PATH[512];
-*/ \ No newline at end of file
diff --git a/src/bat_tray/getbat.h b/src/bat_tray/getbat.h
deleted file mode 100644
index 81c3c0f..0000000
--- a/src/bat_tray/getbat.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/************************************************************************
- * This file is part of trayfreq-archlinux. *
- * *
- * trayfreq-archlinux 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 3 of the *
- * License, or (at your option) any later version. *
- * *
- * trayfreq-archlinux 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 trayfreq-archlinux. If not, see *
- * <http://www.gnu.org/licenses/>. *
- ************************************************************************/
-
-#ifndef GETBAT_H
-#define GETBAT_H 1
-
-#include <glib.h>
-
-
-
-#endif \ No newline at end of file