From e01cf1760b5f730b0f728957e4f2a9ec6e7a184d Mon Sep 17 00:00:00 2001 From: SamGondelman Date: Tue, 28 Jul 2015 14:27:31 -0700 Subject: [PATCH] remove unused method --- interface/src/ui/ApplicationCompositor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/ui/ApplicationCompositor.h b/interface/src/ui/ApplicationCompositor.h index eef7d9a40b..704d53dcfa 100644 --- a/interface/src/ui/ApplicationCompositor.h +++ b/interface/src/ui/ApplicationCompositor.h @@ -94,7 +94,6 @@ private: void renderPointers(gpu::Batch& batch); void renderControllerPointers(gpu::Batch& batch); - void renderPointersOculus(gpu::Batch& batch); vec2 getPolarCoordinates(const PalmData& palm) const;