Remove old ifdefs.

This commit is contained in:
Barrett17 2015-07-02 22:11:04 +00:00
parent 7f7c723e3b
commit 53b2614595
2 changed files with 2 additions and 9 deletions

View File

@ -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>
@ -74,7 +74,7 @@ typedef unsigned __int8 uint8_t;
#endif
#endif
#ifdef __BEOS__
#ifdef __HAIKU__
#include <inttypes.h>
#endif

View File

@ -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
@ -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);