diff --git a/examples/gallery/main.cpp b/examples/gallery/main.cpp index 1073dfef..8e8d622b 100644 --- a/examples/gallery/main.cpp +++ b/examples/gallery/main.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -162,8 +161,6 @@ int main( int argc, char* argv[] ) QGuiApplication app( argc, argv ); - qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true ); - SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts ); auto mainView = new ApplicationView();