diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 74f653f..4d441e2 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.45 2003/03/22 13:31:04 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.46 2003/04/07 13:56:20 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -182,10 +182,7 @@ public: | |||
182 | inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } | 182 | inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } |
183 | 183 | ||
184 | 184 | ||
185 | #ifndef HAVE_STRFTIME | ||
186 | |||
187 | enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; | 185 | enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; |
188 | #endif // HAVE_STRFTIME | ||
189 | 186 | ||
190 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; | 187 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; |
191 | 188 | ||