From 8623c3d74f523d6dc21779e2702f6963e1feb2be Mon Sep 17 00:00:00 2001 From: amerhifi Date: Mon, 13 May 2019 12:14:48 -0700 Subject: [PATCH] removing testing function declared in app.h --- interface/src/Application.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index bb4e5e48a7..87b0ae7656 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -130,9 +130,6 @@ public: virtual bool makeRenderingContextCurrent() override; virtual bool isForeground() const override; - //test - void initPlatform(); - virtual DisplayPluginPointer getActiveDisplayPlugin() const override; // FIXME? Empty methods, do we still need them?