removed ifdef have_strftime
fluxgen fluxgen
1 files changed,
1 insertions(+),
4 deletions(-)
jump to
M
src/fluxbox.hh
→
src/fluxbox.hh
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; }
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;