diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2010-02-25 18:12:47 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-02-25 18:12:47 +0100 |
commit | 1bbb46421bcba2159000cb0f4d0b0605746ea3ac (patch) | |
tree | c2e583f1d690f0024c91caefb26c2b93ef705bec /bus/dir-watch-default.c | |
parent | e1c31c73074513d96fa22b5c0355107c42720597 (diff) | |
download | dbus-1bbb46421bcba2159000cb0f4d0b0605746ea3ac.tar.gz |
fixed compile break introduced in commit e1c31c73074513d96fa22b5c0355107c42720597
Diffstat (limited to 'bus/dir-watch-default.c')
-rw-r--r-- | bus/dir-watch-default.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bus/dir-watch-default.c b/bus/dir-watch-default.c index e7f8451b..8e457eb6 100644 --- a/bus/dir-watch-default.c +++ b/bus/dir-watch-default.c @@ -38,7 +38,3 @@ void bus_set_watched_dirs (BusContext *context, DBusList **directories) { } - -void bus_set_watched_dirs(BusContext *context, DBusList **dirs) -{ -} |