aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-07 13:56:20 (GMT)
committerfluxgen <fluxgen>2003-04-07 13:56:20 (GMT)
commitcfc6af5f7d43b561a4c357195b8a3d65b3430d81 (patch)
tree987aeb7f60698ebafc990002b891c33502385a6a /src
parent67f058496a98789562fa61ccc4e9c5b0b81abd90 (diff)
downloadfluxbox_pavel-cfc6af5f7d43b561a4c357195b8a3d65b3430d81.zip
fluxbox_pavel-cfc6af5f7d43b561a4c357195b8a3d65b3430d81.tar.bz2
removed ifdef have_strftime
Diffstat (limited to 'src')
-rw-r--r--src/fluxbox.hh5
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