X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbufferable.cpp;h=8f967df7a89967cf0d83ece6778d6a6ed3640539;hb=8751e01c31094455bbe72d23ac1bffd9a86c7c45;hp=d07f57cc4e430f5d337c67cd7ebd47917eb3a456;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/bufferable.cpp b/source/core/bufferable.cpp index d07f57cc..8f967df7 100644 --- a/source/core/bufferable.cpp +++ b/source/core/bufferable.cpp @@ -1,7 +1,4 @@ #include -#include -#include -#include "bindable.h" #include "buffer.h" #include "bufferable.h" @@ -10,15 +7,6 @@ using namespace std; namespace Msp { namespace GL { -Bufferable::Bufferable(): - buffer(0), - offset(0), - next_in_buffer(0), - prev_in_buffer(0), - location_dirty(false), - dirty(false) -{ } - Bufferable::~Bufferable() { unlink_from_buffer();