Browse Source

Removed an obsolete line in changes.txt.

Alex Szpakowski 9 years ago
parent
commit
f841621ded
1 changed files with 0 additions and 1 deletions
  1. 0 1
      changes.txt

+ 0 - 1
changes.txt

@@ -20,7 +20,6 @@ Released: N/A
   * Added love.wheelmoved event callback function (replaces "wu" and "wd" constants for love.mousepressed.)
   * Added love.mouse.hasCursor.
   * Added a boolean argument to love.mousepressed and love.mousereleased indicating whether the button event originated from a touch press.
-  * Added more mouse button constants ("x3", "x4", and "x5".)
   * Added optional x/y/width/height arguments to love.keyboard.setTextInput. They tell the system where text will show up so on-screen keyboards can avoid that area.
   * Added Source:getType (replaces Source:isStatic.)
   * Added Source:getDuration and Decoder:getDuration.