]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaFactory.h
do not define boost::throw_exceptions if we are compiling with exceptions
[lyx.git] / src / frontends / WorkAreaFactory.h
index 12d8d76ae9e7355e7045f8764dea6217e6042424..ca679bf6ef6f4cc902a10c18986dbe87de56de73 100644 (file)
@@ -20,7 +20,7 @@ namespace WorkAreaFactory {
         * Make a work area. Used because we want to generate
         * a toolkit-specific instance.
         */
-       WorkArea * create(LyXView & owner, int x, int y, int w, int h);
+       WorkArea * create(LyXView & owner, int w, int h);
 }
 
 #endif // WORKAREA_FACTORY_H