[baobab] Remove the sync scanner
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Remove the sync scanner
- Date: Fri, 6 Apr 2012 17:08:43 +0000 (UTC)
commit b1e538e43b64cc6235f1b0ccfd6f96505e0d9ab9
Author: Paolo Borelli <pborelli gnome org>
Date: Fri Apr 6 18:43:28 2012 +0200
Remove the sync scanner
It was part of the initial prototyping, does not make sense to carry it
around further.
src/Makefile.am | 20 +++---
src/baobab-sync-scanner.vala | 148 ------------------------------------------
2 files changed, 11 insertions(+), 157 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 259d513..9d78727 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,16 +27,15 @@ baobab_SOURCES = \
baobab-chart.c \
baobab-treemap.c \
baobab-ringschart.c \
- baobab-threaded-scanner.vala \
- baobab-sync-scanner.vala \
- baobab-scanner.vala \
- baobab-cellrenderers.vala \
baobab-application.vala \
- baobab-window.vala \
+ baobab-cellrenderers.vala \
baobab-connect-server.vala \
- baobab-location.vala \
baobab-location-monitor.vala \
+ baobab-location.vala \
baobab-location-widget.vala \
+ baobab-scanner.vala \
+ baobab-threaded-scanner.vala \
+ baobab-window.vala \
main.vala \
$(BUILT_SOURCES)
@@ -58,10 +57,13 @@ baobab_LDADD = \
MAINTAINERCLEANFILES = \
baobab-application.c \
- baobab-threaded-scanner.c \
- baobab-sync-scanner.c \
- baobab-scanner.c \
baobab-cellrenderers.c \
+ baobab-connect-server.c \
+ baobab-location-monitor.c \
+ baobab-location.c \
+ baobab-location-widget.c \
+ baobab-scanner.c \
+ baobab-threaded-scanner.c \
baobab-window.c \
baobab_vala.stamp \
main.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]