]> git.lyx.org Git - features.git/commit
Add comment that a code chunk is unnecessary
authorScott Kostyshak <skostysh@lyx.org>
Thu, 21 Jul 2016 23:14:16 +0000 (19:14 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 22 Jul 2016 02:31:29 +0000 (22:31 -0400)
commit07be240ebe29d3dbb52ef0f3e7a1ee278c9cacf9
tree07dc0f9bf272434abcf4ec5ff0e4480883bcd5d5
parent71374b38c26585dc060e923452f2dd873ef00f15
Add comment that a code chunk is unnecessary

A chunk of code in an event handler seems to be unnecessary to me
because the event that the situation handles never makes it this far
in the event handling hierarchy. I'm not sure why this is, and thus
I'm not sure if this is true in all cases (e.g. Qt version) and if
it will be true in the future so I leave this code for now.
src/frontends/qt4/GuiWorkArea.cpp