[kwin] Drop Options::defaultGlDirect

Unused.
This commit is contained in:
Martin Gräßlin 2014-03-10 09:24:50 +01:00
parent 22fe6a2857
commit 25b20c03fc

View file

@ -697,9 +697,6 @@ public:
static uint defaultVBlankTime() {
return 6000; // 6ms
}
static bool defaultGlDirect() {
return true;
}
static bool defaultGlStrictBinding() {
return true;
}