removed ifdef have_strftime
This commit is contained in:
parent
67f058496a
commit
cfc6af5f7d
1 changed files with 1 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: fluxbox.hh,v 1.45 2003/03/22 13:31:04 fluxgen Exp $
|
||||
// $Id: fluxbox.hh,v 1.46 2003/04/07 13:56:20 fluxgen Exp $
|
||||
|
||||
#ifndef FLUXBOX_HH
|
||||
#define FLUXBOX_HH
|
||||
|
@ -182,10 +182,7 @@ public:
|
|||
inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; }
|
||||
|
||||
|
||||
#ifndef HAVE_STRFTIME
|
||||
|
||||
enum { B_AMERICANDATE = 1, B_EUROPEANDATE };
|
||||
#endif // HAVE_STRFTIME
|
||||
|
||||
typedef std::vector<Fluxbox::Titlebar> TitlebarList;
|
||||
|
||||
|
|
Loading…
Reference in a new issue