diff --git a/panda/src/express/zStreamBuf.cxx b/panda/src/express/zStreamBuf.cxx index dda6221a20..1098d6d7a5 100644 --- a/panda/src/express/zStreamBuf.cxx +++ b/panda/src/express/zStreamBuf.cxx @@ -23,11 +23,6 @@ #include "pnotify.h" #include "config_express.h" -#ifndef HAVE_STREAMSIZE -// Some compilers (notably SGI) don't define this for us -typedef int streamsize; -#endif /* HAVE_STREAMSIZE */ - //////////////////////////////////////////////////////////////////// // Function: ZStreamBuf::Constructor // Access: Public