diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 10:55:00 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 12:26:06 -0500 |
commit | 54816de04d1122f6c9716bff5a0cf5d94c692c6d (patch) | |
tree | af73680ab469fec6318f713a1175ae55d43be517 /src/dbus-gsm.h | |
parent | 1d8785f8bd83d8a33502c63a9d713e1da215fccd (diff) | |
download | ofono-54816de04d1122f6c9716bff5a0cf5d94c692c6d.tar.bz2 |
Get rid of dbus-gsm.h
Diffstat (limited to 'src/dbus-gsm.h')
-rw-r--r-- | src/dbus-gsm.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/dbus-gsm.h b/src/dbus-gsm.h deleted file mode 100644 index b3d03c01..00000000 --- a/src/dbus-gsm.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * - * oFono - Open Source Telephony - * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#include <ofono/dbus.h> -#include <gdbus.h> - -#define MAX_DBUS_PATH_LEN 64 - |