diff --git a/options.h b/options.h index 6273ef9bdd..4c043259d7 100644 --- a/options.h +++ b/options.h @@ -697,9 +697,6 @@ public: static uint defaultVBlankTime() { return 6000; // 6ms } - static bool defaultGlDirect() { - return true; - } static bool defaultGlStrictBinding() { return true; }