Skip to content

Commit

Permalink
Remove old ifdefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerio committed Jul 2, 2015
1 parent 7f7c723 commit 53b2614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libs/libimcomm/imcomm.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#ifndef __BEOS__
#ifndef __HAIKU__
#include <arpa/inet.h>
#endif
#include <netdb.h>
Expand All @@ -74,7 +74,7 @@ typedef unsigned __int8 uint8_t;
#endif
#endif

#ifdef __BEOS__
#ifdef __HAIKU__
#include <inttypes.h>
#endif

Expand Down
7 changes: 0 additions & 7 deletions libs/librunview/RunView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@
#include <Roster.h>
#include <stdlib.h>

#ifdef ZETA
#include <locale/Locale.h>
#else
#define _T(str) (str)
#endif

// cursor data for hovering over URLs

Expand Down Expand Up @@ -209,9 +205,6 @@ void
RunView::AttachedToWindow (void)
{
BView::AttachedToWindow();
#if B_BEOS_VERSION_DANO
SetDoubleBuffering (B_UPDATE_INVALIDATED | B_UPDATE_SCROLLED | B_UPDATE_EXPOSED | B_UPDATE_RESIZED);
#endif
RecalcScrollBar (false);
fTheme->WriteLock();
fTheme->AddView (this);
Expand Down

0 comments on commit 53b2614

Please # to comment.