]> Pileus Git - ~andy/gtk/blobdiff - gdk/quartz/gdkdnd-quartz.c
Change FSF Address
[~andy/gtk] / gdk / quartz / gdkdnd-quartz.c
index 7ba1705c5467a1ba989a7358839c6b078f423394..6a1fc7ca6605ec5efb1c7a6aba3203291245910a 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "gdkdnd.h"
@@ -65,16 +63,6 @@ gdk_quartz_drag_context_drag_motion (GdkDragContext  *context,
   return FALSE;
 }
 
-GdkNativeWindow
-_gdk_quartz_display_get_drag_protocol (GdkDisplay      *display,
-                                       GdkNativeWindow  xid,
-                                       GdkDragProtocol *protocol,
-                                       guint           *version)
-{
-  /* FIXME: Implement */
-  return 0;
-}
-
 static GdkWindow *
 gdk_quartz_drag_context_find_window (GdkDragContext  *context,
                                      GdkWindow       *drag_window,