summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/pathstroke/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/pathstroke/main.cpp')
-rw-r--r--examples/widgets/painting/pathstroke/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/widgets/painting/pathstroke/main.cpp b/examples/widgets/painting/pathstroke/main.cpp
index d7c64b3c64..4f991e8a0a 100644
--- a/examples/widgets/painting/pathstroke/main.cpp
+++ b/examples/widgets/painting/pathstroke/main.cpp
@@ -7,11 +7,6 @@
int main(int argc, char **argv)
{
- Q_INIT_RESOURCE(pathstroke);
-#ifdef Q_OS_ANDROID
- qputenv("QT_SCALE_FACTOR", "2");
-#endif
-
QApplication app(argc, argv);
bool smallScreen = QApplication::arguments().contains("-small-screen");