summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-12-03 09:51:17 +0000
committerRichard Hughes <richard@hughsie.com>2008-12-03 09:51:17 +0000
commit2dfdb17cf9891587947af54b61c17c22e4fc7bfc (patch)
tree97836266137eb3f1d04edc13bedf446823154a1c
parent04fb2a6e1396229a3f7d038c2edb75283c312be0 (diff)
trivial: whitespace changes
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dkp-qos.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eceada3..274e438 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ DEVKIT_POWER_LIBS = $(top_builddir)/libdevkit-power/libdevkit-power.la
BUILT_SOURCES = \
dkp-daemon-glue.h \
dkp-device-glue.h \
- dkp-qos-glue.h \
+ dkp-qos-glue.h \
dkp-marshal.h \
dkp-marshal.c
diff --git a/src/dkp-qos.c b/src/dkp-qos.c
index 9dae996..244a8cc 100644
--- a/src/dkp-qos.c
+++ b/src/dkp-qos.c
@@ -60,10 +60,6 @@ typedef struct
struct DkpQosPrivate
{
-// gint last_network;
-// gint last_cpu_dma;
-// GPtrArray *data_network;
-// GPtrArray *data_cpu_dma;
GPtrArray *data;
gint last[DKP_QOS_TYPE_UNKNOWN];
DkpPolkit *polkit;