remove the useopengl option

This commit is contained in:
Marco Martin 2012-10-02 13:11:00 +02:00
parent eeb5bd5950
commit 21164e2de5

View file

@ -46,9 +46,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
KCmdLineOptions options;
options.add("+[url]", ki18n( "URL of the file to open" ));
#ifndef QT_NO_OPENGL
options.add("opengl", ki18n("use a QGLWidget for the viewport"));
#endif
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;