diff options
Diffstat (limited to 'libs/rs/rsProgram.cpp')
-rw-r--r-- | libs/rs/rsProgram.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/rs/rsProgram.cpp b/libs/rs/rsProgram.cpp index 6606daaaf488..18eacfb34f88 100644 --- a/libs/rs/rsProgram.cpp +++ b/libs/rs/rsProgram.cpp @@ -47,9 +47,3 @@ void Program::checkUpdatedAllocation(const Allocation *alloc) } } -void Program::setupGL() -{ - -} - - |