diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 15:22:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 15:22:54 +0100 |
commit | 9a5b4b3bf56b8c3ad62019dca075301e59dbd8aa (patch) | |
tree | 320cf8eb19d65ef4c869704cf985fe4914f0ec95 | |
parent | e809a8123537670b102c7f727dbcde4c4f7a1f6b (diff) | |
download | ayatana-indicator-datetime-9a5b4b3bf56b8c3ad62019dca075301e59dbd8aa.tar.gz ayatana-indicator-datetime-9a5b4b3bf56b8c3ad62019dca075301e59dbd8aa.tar.bz2 ayatana-indicator-datetime-9a5b4b3bf56b8c3ad62019dca075301e59dbd8aa.zip |
include/datetime/snap.h: Don't guard snap.h by HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS macro. It is only used by tests/test-snap.cpp and that one is only compiled and executed if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS is defined.
-rw-r--r-- | include/datetime/snap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/datetime/snap.h b/include/datetime/snap.h index 3409df0..a295d9f 100644 --- a/include/datetime/snap.h +++ b/include/datetime/snap.h @@ -20,8 +20,6 @@ #ifndef INDICATOR_DATETIME_SNAP_H #define INDICATOR_DATETIME_SNAP_H -#ifdef HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS - #include <datetime/appointment.h> #include <datetime/settings.h> @@ -59,6 +57,4 @@ private: } // namespace indicator } // namespace ayatana -#endif // HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS - #endif // INDICATOR_DATETIME_SNAP_H |